Real-time Icypeas Search Results via Webhook
detail.loadingPreview
Effortlessly capture and process Icypeas search results in real-time. This workflow automatically receives new findings via a webhook and extracts key contact information for seamless integration with your other tools.
About This Workflow
This n8n workflow empowers you to leverage the power of Icypeas by enabling real-time listening and processing of your search results. By setting up a webhook, you can automatically receive notifications and extract crucial data like email addresses, first names, and last names as soon as they become available. This eliminates manual checks and allows for immediate action, such as enriching your CRM or initiating follow-up sequences. The workflow is designed for email searches and domain scans, with future expansions planned for email verification, offering a robust solution for staying ahead of valuable insights.
Key Features
- Real-time Data Capture: Receive search results from Icypeas instantly via a webhook.
- Automated Data Extraction: Automatically parse and extract essential contact details (email, first name, last name).
- Flexible Integration: The extracted data can be routed to any desired service or tool.
- Support for Key Icypeas Searches: Currently optimized for email searches and domain scans.
How To Use
- Configure the Webhook Node: In n8n, add a 'Webhook' node and copy the provided Test URL.
- Set up Icypeas Integration: Navigate to your Icypeas user profile (https://app.icypeas.com/bo/profile), go to the API section, enable API Access, and paste the copied webhook URL into the "Notification when each row is treated during a bulk search" field. Save the changes. (Remember to switch to the production URL before activating your workflow).
- Map Your Data: Add a 'Set' node and configure the
email,firstname, andlastnamefields to pull data using expressions like={{ $json.body.data.results.emails[0].email }}and similar for names, referencing the data structure received by the webhook. - Connect and Test: Ensure the Webhook node is connected to the Set node. Activate your n8n workflow and perform a test search in Icypeas to verify that data is being received and processed correctly.
Apps Used
Workflow JSON
{
"id": "1c556488-618d-4852-a05d-20f6270885ee",
"name": "Real-time Icypeas Search Results via Webhook",
"nodes": 24,
"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: 1c556488-618d...
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.
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.