Automate Email Verification in Bulk with Icypeas and n8n
detail.loadingPreview
Streamline your email list management by automating bulk email verifications using the power of Icypeas and n8n. This workflow efficiently checks the validity of your email addresses, saving you time and resources.
About This Workflow
This n8n workflow is designed to automate the process of performing bulk email verifications. By integrating with Icypeas, a powerful email verification service, you can significantly improve the quality of your email lists. The workflow starts by reading email addresses from a Google Sheet, then securely authenticates with your Icypeas account using provided API credentials. Finally, it initiates a bulk verification task, allowing you to process a large number of emails efficiently. The results can be accessed directly within the Icypeas application and are also delivered via email, ensuring you have clear insights into your email data's accuracy.
Key Features
- Automated Bulk Verification: Process a large volume of email addresses for verification in a single go.
- Seamless Google Sheets Integration: Easily import email addresses directly from your Google Sheets.
- Secure Icypeas API Authentication: Robustly connects to your Icypeas account using your API key and secret.
- Real-time Progress & Results: Monitor verification tasks and receive results directly from Icypeas.
How To Use
- Set up your Google Sheet: Create a Google Sheet with a column header named 'email' containing the email addresses you wish to verify.
- Create your Icypeas Account: Sign up at https://icypeas.com if you haven't already.
- Obtain Icypeas Credentials: Navigate to your Icypeas profile (
https://app.icypeas.com/bo/profile) to find your API Key, API Secret, and User ID. - Configure the Google Sheets Node: In the n8n workflow, open the 'Reads lastname,firstname and company from your sheet' node and specify your Google Sheet's document ID and sheet name.
- Configure the Code Node: Open the 'Authenticates to your Icypeas account' node and replace the placeholder values for
API_KEY,API_SECRET, andUSER_IDwith your actual Icypeas credentials. - (Self-hosted Users) Enable Crypto Module: If you are using a self-hosted n8n instance, ensure the 'crypto' module is enabled in your General Settings.
- Configure the HTTP Request Node: In the 'Run bulk search (email-verif)' node, create new credentials for Header Auth. Set the Name to 'Authorization' and the Value to
{{ $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": "e8d8ffbc-577f-4847-92b3-18a567dd3977",
"name": "Automate Email Verification in Bulk with Icypeas and n8n",
"nodes": 17,
"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: e8d8ffbc-577f...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
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.