Sign Up Free

How to Verify Emails in Google Sheets — Step-by-Step Guide

Verify email addresses directly in Google Sheets using our API with Apps Script, or export and upload for bulk verification with our email verifier.

Step-by-Step Instructions

  1. Open your Google Sheet — Navigate to the sheet with your email list. Ensure emails are in a single column with a header row.
  2. Choose your method — Option A: Apps Script for in-sheet verification (under 500 emails). Option B: Export as CSV for bulk verification.
  3. For Apps Script: Open Extensions — Go to Extensions then Apps Script. Create a function calling the Email Verifier by EcomTech API for each email in your sheet.
  4. Add the verification function — Paste the API call function. It takes an email, calls our API, and returns the status. Store your API key in Script Properties.
  5. Run the verification — Enter =VERIFY_EMAIL(A2) in an adjacent column or run via custom menu. Results populate automatically.
  6. Review and clean results — Filter results to identify invalid and disposable addresses. Delete or move them. Keep valid addresses.
  7. For CSV method — File then Download then CSV. Upload to our bulk verifier, download results, and import back via File then Import.

Tips

Apps Script has a 6-minute limit — process in batches of 300-500. Store API keys in Script Properties, not code. Re-verify periodically.

Why This Matters

Google Sheets is one of the most widely used tools for managing email lists, especially among small businesses, startups, and marketing teams that collaborate remotely. However, the convenience of shared spreadsheets also introduces a common problem: lists grow organically with contributions from multiple team members, form submissions, and imported data sources, and nobody verifies whether those addresses are actually valid. Over time, your Google Sheet accumulates typos, abandoned accounts, role-based addresses, and even spam traps that can wreck your sender reputation the moment you export the list and hit send.

Verifying emails directly within Google Sheets, whether through Apps Script automation or by exporting for bulk verification, ensures that your collaborative workflow does not compromise your email deliverability. When your team adds new contacts to a shared sheet, those addresses enter the pipeline unverified by default. Without a verification step, you risk sending campaigns to lists with bounce rates well above industry thresholds. By building email verification into your Google Sheets workflow, you create a systematic quality gate that catches bad addresses before they can cause damage to your domain reputation or waste your marketing spend.

Pro Tips

  • Use named ranges for email columns — Define a named range for your email column in Google Sheets. This makes your Apps Script functions more readable and resilient to column reordering. If someone inserts a new column, your verification script still targets the correct data without manual adjustments.
  • Cache verification results locally — Store verification results in an adjacent column with a timestamp. Before re-running the script, check if an email was already verified within the last 30 days. This prevents unnecessary API calls and keeps your costs predictable, especially for sheets that are re-processed frequently.
  • Set up a custom menu for non-technical users — Instead of requiring team members to type formulas or run scripts manually, create a custom menu item in Google Sheets (under Extensions) that triggers the verification function with one click. This makes the tool accessible to everyone on the team regardless of technical skill.
  • Use Google Sheets data validation — After verification, apply data validation rules to the status column so that team members cannot accidentally overwrite verification results. Lock the verification status column using sheet protection to maintain data integrity across your team.
  • Process in batches to avoid timeouts — Google Apps Script has a strict 6-minute execution limit. For lists larger than 300-500 emails, use a batch processing approach with triggers that resume automatically. Store the last processed row in Script Properties and pick up where you left off on each run.

Common Mistakes to Avoid

  • Hardcoding API keys in the script — Never paste your API key directly into the Apps Script code, especially in shared Google Sheets where other collaborators can view the script editor. Instead, store your API key in Script Properties (File then Project Properties then Script Properties). This keeps your credentials secure and makes key rotation straightforward without editing code.
  • Running verification on the entire sheet every time — Re-verifying thousands of already-verified emails wastes API credits and processing time. Track which rows have been verified and only process new or updated entries. Add a "Last Verified" timestamp column and skip rows where the timestamp is recent enough for your requirements.
  • Forgetting to handle API errors gracefully — Network timeouts, rate limits, and temporary server issues can interrupt your verification process. If your Apps Script does not handle errors, it may crash mid-way through the list, leaving some emails verified and others untouched with no indication of where it stopped. Always wrap API calls in try-catch blocks and log failures for retry.
  • Not removing duplicates before verification — Google Sheets lists frequently accumulate duplicates, especially when multiple team members paste in contacts from different sources. Use the built-in Remove Duplicates feature (Data then Data Cleanup then Remove Duplicates) or a formula-based approach before running verification to avoid paying for the same address twice.

Frequently Asked Questions

Yes, by using Google Apps Script with our API. Create a custom function that calls our verification endpoint for each email. The script runs inside Google Sheets and writes results directly into adjacent columns. See the Apps Script code example on this page.

We are developing a native Google Sheets add-on. In the meantime, you can use the Apps Script method described on this page or export your sheet as CSV, upload to our bulk verifier, and import the results back into Google Sheets.

Google Apps Script has a 6-minute execution limit per run. Using our API, you can verify approximately 300-500 emails per run. For larger lists, use triggers to process in batches, or export the sheet and use our bulk email verifier which handles up to 1 million emails.

Verify Your Email List — Free, Fast, Accurate

Get 100 daily free verifications. No credit card required. Visit our email verifier for complete verification.

Try our free email verifier — verify any email instantly, no signup required. Need bulk verification? Upload your list and clean thousands of emails in minutes.

Developers: integrate email verification into your app with our RESTful API — SDKs for 7 languages.