Icypeas Email Search (Bulk)
detail.loadingPreview
Search for email addresses in bulk using Icypeas.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow allows you to perform bulk email searches using the Icypeas service. It reads data from a Google Sheet and then uses the Icypeas API to find email addresses based on provided first name, last name, and company information.
Key Features
- Reads data from Google Sheets.
- Authenticates with Icypeas using API credentials.
- Generates a secure signature for API requests.
- Performs bulk email searches.
- Instructions for setting up API keys and credentials.
How To Use
- Import the workflow: Import this workflow JSON into your n8n instance.
- Configure Google Sheets Node: Update the
sheetNameanddocumentIdparameters in the 'Reads lastname,firstname and company from your sheet' node to point to your Google Sheet. - Configure Icypeas Credentials: In the 'Authenticates to your Icypeas account' node, replace
PUT_API_KEY_HERE,PUT_API_SECRET_HERE, andPUT_USER_ID_HEREwith your actual Icypeas API credentials. - Configure HTTP Request Node: In the 'Run bulk search (email-search)' node, ensure the
urlis correctly set to your Icypeas API base URL. Create a new HTTP Header Authentication credential with the name 'Authorization' and the value{{ $json.api.key + ':' + $json.api.signature }}. - Execute the workflow: Click the 'Execute Workflow' button.
Apps Used
Workflow JSON
{
"id": "ca089b12-7529-410a-ba02-53f9e83680be",
"name": "Icypeas Email Search (Bulk)",
"nodes": 0,
"category": "Data Enrichment",
"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: ca089b12-7529...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
ProspectLens Company Research
Automates company research using ProspectLens API and Google Sheets.
Community Dropcontact Bulk Enrichment
Bulk enrich leads using Dropcontact API.
LinkedIn Profile Enrichment to Google Sheets
Enriches LinkedIn profiles with data from an API and updates a Google Sheet.
Enrich Company Data from Google Sheet with OpenAI Agent and Scraper Tool
Automates enrichment of company data from a Google Sheet using OpenAI and a web scraping tool.
Fetch Company Data with UpLead
Retrieve detailed information about a company using the UpLead API.
LinkedIn Profile Discovery
Discovers LinkedIn profile URLs from a list of people and updates a Google Sheet.