Lead Enrichment Pipeline
Automatically enrich inbound leads with company data, social profiles, and scoring
Workflow Steps
Trigger: New Lead in CRM
Watches HubSpot, Salesforce, or any CRM for new contact creation
Fetch Company Data
Calls Clearbit or Apollo API to get company domain, size, industry, funding
Find LinkedIn Profile
Uses name + company to search LinkedIn for professional profile URL
Lead Scoring
Scores 0-100 based on: company size, job title seniority, industry match, funding stage, existing tech stack overlap
Update CRM + Alert Rep
Writes enriched data back to CRM contact record. If score > 70, sends Slack DM to assigned rep
Trigger
New contact created in HubSpot, Salesforce, or Pipedrive
Output Sample
Example of what this workflow produces:
{
"leadScore": 78,
"companySize": "51-200",
"industry": "SaaS",
"fundingStage": "Series B",
"linkedInUrl": "https://linkedin.com/in/johndoe",
"techStack": ["Salesforce", "Slack", "Stripe"],
"recommendedAction": "priority_outreach"
} About This Blueprint
When a new lead enters your system (form fill, webinar registration, cold outreach target), this workflow enriches it with LinkedIn data, company info, funding rounds, and technology stack. It then scores the lead based on multiple signals and updates your CRM automatically.