Automate Email Searches with Icypeas and n8n
detail.loadingPreview
Streamline your email prospecting by automating bulk email searches using Icypeas and n8n. This workflow integrates seamlessly with your data sources to deliver efficient lead generation.
About This Workflow
This n8n workflow empowers you to conduct bulk email searches effortlessly, leveraging the power of Icypeas. By connecting to your Google Sheets or other data sources, you can extract contact information and initiate large-scale email searches. The workflow handles authentication with your Icypeas account and sends the search requests via the Icypeas API. Once completed, your results can be accessed within the Icypeas platform and will also be sent to your email, ensuring you never miss valuable leads. This automation is ideal for sales teams, marketers, and anyone looking to expand their outreach with verified email data.
Key Features
- Bulk Email Search Capability: Perform multiple email searches simultaneously.
- Google Sheets Integration: Easily import contact data from your spreadsheets.
- Secure Icypeas Authentication: Connect to your Icypeas account using your API credentials.
- Automated API Interaction: The workflow manages the HTTP requests to the Icypeas API.
- Direct Result Delivery: Receive search results both in the Icypeas platform and via email.
How To Use
- Set up your Icypeas Account: If you don't have one, create an account at https://icypeas.com.
- Configure Data Source: Prepare a Google Sheet with columns for 'lastname', 'firstname', and 'company'. Ensure your n8n instance has access to your Google account credentials.
- Authenticate with Icypeas: 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). - Configure Google Sheets Node: In the 'Reads lastname,firstname and company from your sheet' node, specify the
sheetNameanddocumentIdof your Google Sheet. - Configure HTTP Request Node: No explicit configuration is typically needed here as it uses the generated API details from the previous code node.
- Execute the Workflow: Click the 'Execute Workflow' button in n8n to start the bulk email search process.
Apps Used
Workflow JSON
{
"id": "ede2bf36-f69b-4e78-9b23-d2df420b28ed",
"name": "Automate Email Searches with Icypeas and n8n",
"nodes": 5,
"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: ede2bf36-f69b...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
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.
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.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.