Lusha to Easy8 CRM: automated lead enrichment
Use this workflow to enrich lead records from Easy8 with Lusha data and sync updated fields back to the CRM. About Workflow This workflow connects Easy8 CRM with Lusha via API to enrich lead records. It fetches lead d...
Template notes
Use this workflow to enrich lead records from Easy8 with Lusha data and sync updated fields back to the CRM.
About Workflow This workflow connects Easy8 CRM with Lusha via API to enrich lead records. It fetches lead data from Easy8, queries Lusha for matching contact information, transforms the results (e.g., phone, employee count, LinkedIn), and updates the original records in Easy8 CRM automatically.
Use Case Built for CRM and sales teams using Easy8, this automation replaces manual Lusha lookups and lead updates. It ensures that enriched data is consistently added to your CRM—boosting lead quality and reducing data maintenance time.
How it works - Schedule Trigger => Runs daily at a set hour (e.g., 10:00) - Get Leads from Easy8 => Pulls leads via saved query (e.g., today's leads) using the easyleads resource - Split Out => Breaks down the batch of leads into single records for enrichment - Get Data from Lusha => Sends HTTP requests to Lusha’s API using lead fields (email, name, company) - Filter Leads Found in Lusha => Skips leads with missing or failed Lusha enrichment - Contact Data Transformation for CRM => Maps and transforms contact data: - Extracts phones, email, LinkedIn, job info - Converts employee ranges like [1000, 5000] into 5000 - Flattens nested Lusha response into CRM-friendly format - Update Leads in Easy8 CRM => Sends a PUT request to update each lead
How to use - Import the workflow into your n8n instance - Set credentials for: - Easy8 API - Lusha API (HTTP Header Auth) - Update the Get Leads from Easy8 node with your query ID - Ensure Lusha API fields (email, name, company) match available lead fields - Adjust the transformation logic in the Code node if needed - Update the custom field ID in the final PUT request if your CRM uses different IDs - Test with sample data before activating the automation
Example Use Cases - Sales Intelligence: Enrich new leads with verified phone and social info - CRM Hygiene: Keep records consistent and complete without manual edits - Lead Scoring: Add employee count and LinkedIn for better segmentation
Requirements - Easy8 API access - Lusha API access - API credentials for both platforms
Customization Options - Add more fields from Lusha (job title, company website, etc.) - Include error notifications if updates fail - Add filters to target only leads missing phone or LinkedIn info - Use Merge node if fetching multiple lead segments