Icypeas Email Search Automation
detail.loadingPreview
Automate email searches using the Icypeas API.
About This Workflow
This workflow automates the process of searching for an email address using the Icypeas service. It demonstrates how to authenticate with your Icypeas account and perform a single email search based on first name, last name, and domain/company.
Key Features
- Authenticates to your Icypeas account using API Key, API Secret, and User ID.
- Generates a secure signature for API requests.
- Performs an HTTP POST request to the Icypeas API for email searches.
- Allows configurable search parameters (lastname, firstname, domainOrCompany).
- Provides instructions for setting up credentials and using the workflow.
How To Use
-
Set up Icypeas Credentials:
- Visit your Icypeas profile at https://app.icypeas.com/bo/profile to obtain your API Key, API Secret, and User ID.
- In the "Authenticates to your Icypeas account" node (type: n8n-nodes-base.code), replace
"PUT_API_KEY_HERE","PUT_API_SECRET_HERE", and"PUT_USER_ID_HERE"with your actual credentials. - For Self-Hosted Users: Ensure the 'crypto' module is enabled in your n8n settings under General Settings > Additional Node Packages.
-
Configure HTTP Header Authentication:
- In the "Run email search (single)" node (type: n8n-nodes-base.httpRequest), go to the 'Credentials' section.
- Click 'Create new Credential' for 'Header Auth'.
- Name the credential 'Authorization'.
- In the 'Value' field, select 'expression' and enter
{{ $json.api.key + ':' + $json.api.signature }}. - Save the credential.
-
Define Search Parameters:
- In the "Run email search (single)" node, navigate to the 'Body Parameters' section.
- Set the
lastname,firstname, anddomainOrCompanyparameters with the details of the person you want to find the email for.
-
Execute Workflow:
- Click the "Execute Workflow" button to initiate the search.
Apps Used
Workflow JSON
{
"id": "08aa2d6e-1f95-4071-901e-3067b6f64dc9",
"name": "Icypeas Email Search Automation",
"nodes": 7,
"category": "Marketing",
"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: 08aa2d6e-1f95...
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
WhatsApp AI Assistant: LLaMA 4 & Google Search for Real-Time Insights
Instantly deploy a smart AI assistant on WhatsApp, powered by Groq's lightning-fast LLaMA 4 model. This workflow enables real-time conversations, remembers context, and provides up-to-date answers by integrating live Google Search results.
AI-Powered On-Page SEO Audit & Report Automation
Instantly generate comprehensive on-page SEO technical and content audits for any website URL. This AI-powered workflow automates the entire process, from scraping the page to delivering a detailed report directly to your inbox, empowering you to optimize for better search rankings and user engagement.
Automate LinkedIn Content Promotion for Your Ghost Blog with AI
Effortlessly promote your latest Ghost blog posts on LinkedIn. This workflow leverages AI to generate engaging, professional LinkedIn messages based on your article content and saves them, along with article metadata, directly to a Google Sheet.