Automate Email Verification with Icypeas and n8n
detail.loadingPreview
Streamline your email validation process by leveraging this n8n workflow. Automatically verify large lists of email addresses in bulk using Icypeas, saving you time and resources. This workflow seamlessly integrates with your Google Sheets for easy data input.
About This Workflow
This n8n workflow empowers you to perform efficient, large-scale email verifications. By connecting to your Icypeas account, you can process lists of emails read directly from your Google Sheets. The workflow handles authentication with Icypeas using your provided API credentials and securely sends your email data for verification. Upon completion, Icypeas provides downloadable results and sends a notification email, ensuring you always have access to your validated email list. This solution is ideal for businesses looking to improve data quality and reduce bounce rates.
Key Features
- Bulk Email Verification: Process numerous email addresses simultaneously for efficient validation.
- Google Sheets Integration: Easily import your email lists directly from Google Sheets.
- Secure Icypeas Authentication: Utilizes your API key and secret for secure connection to your Icypeas account.
- Automated Workflow Execution: Trigger verifications with a simple click and let the workflow handle the rest.
- Clear Results Access: Obtain downloadable verification results within your Icypeas account and via email notification.
How To Use
- Create your Icypeas Account: Visit https://icypeas.com to sign up.
- Prepare your Google Sheet: Create a sheet with a header row containing 'email' in the first column, followed by the email addresses you wish to verify.
- Configure Nodes:
- Read your Google Sheet: In the 'Reads lastname,firstname and company from your sheet' node, specify your Google Sheet's document ID and sheet name, and ensure your Google Sheets credentials are set up.
- Authenticates to your Icypeas account: In the 'Authenticates to your Icypeas account' code node, replace
PUT_API_KEY_HERE,PUT_API_SECRET_HERE, andPUT_USER_ID_HEREwith your actual Icypeas API Key, API Secret, and User ID found in your Icypeas profile (https://app.icypeas.com/bo/profile). If you are a self-hosted user, ensure the 'crypto' module is enabled in your n8n settings. - Performs email verifications (bulk): In the 'Run bulk search (email-verif)' HTTP Request node, you will need to create credentials for Header Auth. Click '- Create new Credential -', name it 'Authorization', and in the Value section, select 'expression' and enter
{{ $json.api.key + ':' + $json.api.signature }}. Save these credentials.
- Execute the Workflow: Click the 'Execute Workflow' button to start the email verification process.
Apps Used
Workflow JSON
{
"id": "26932829-211c-4e77-a37f-e6563a0b1255",
"name": "Automate Email Verification with Icypeas and n8n",
"nodes": 11,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 26932829-211c...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Google Sheets to Icypeas: Automated Bulk Domain Scanning
This workflow streamlines the process of performing bulk domain scans by integrating your Google Sheets data directly with the Icypeas platform. Automate the submission of company names from your spreadsheet to Icypeas for comprehensive domain information, saving valuable time and effort.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.