This workflow automates lead data enrichment via Uplead API, replacing manual lookups in LinkedIn or tools like ZoomInfo that involve copy-pasting names/domains into spreadsheets, verifying emails/phones, and cross-checking company details—error-prone tasks wasting 10-15 hours weekly for sales teams qualifying 200+ prospects, leading to stale data and 30% lower conversion. It receives webhook requests with partial leads (company name/domain, name/email/LinkedIn), validates inputs, routes to company/person enrichment (e.g., industry, revenue, job title, location), processes responses into structured JSON (success flag, enriched fields), merges results, and returns via API with logging for audits. Key nodes: Webhook Trigger (POST /your-webhook-path from CRM/Zapier), Set validation (extracts type, company_name, domain, first/last_name, email, linkedin_url), IF determination (person vs company), dual HTTP Requests (POST /v2/company-search or /person-search with body params, HeaderAuth Uplead creds), Sets for processing (e.g., job_title, employee_count, founded_year), Merge (chooseBranch input1), RespondToWebhook (JSON: status, data, timestamp), Set log (action, success, target). This aids SDRs/marketers at SMBs (20-100 employees) in B2B sales enriching CRMs like HubSpot, ensuring 90% data accuracy and faster pipelines without premium tools.\n\nEnrichment boosts lead quality 40%, saving 12 hours/week on 300 lookups while lifting close rates 25% via verified contacts—ROI 300% in 3 months for agencies hunting deals. Fits sales ops in SaaS/consulting with 500+ prospects quarterly. Requires Uplead Pro ($99/mo, 1k credits), n8n Cloud ($20/mo), webhook from CRM. Scales to 500/day but Uplead caps 10/sec; integrates Salesforce via Zapier.\n\nDocker n8n (n8n.io/download: docker run -p 5678:5678 n8nio/n8n) or cloud.n8n.io (5-min). Uplead: uplead.com (API key/secret to HeaderAuth creds: apikey, Authorization Bearer). Import JSON, update webhook path, HTTP URLs/bodies (company/person-search). Test connections: Execute Enrich nodes with sample {company: 'Acme Inc'}. Set webhookId, activate for URL https://your.n8n.cloud/webhook/uplead-enrichment-webhook; POST -d '{"type":"company","company_name":"Test Corp"}'.\n\nTest: Trigger webhook, verify JSON response (e.g., {"status":"success","data":{"industry":"Tech"}}); check logs. Errors: 401 Unauthorized (rekey Uplead), empty fields (IF fallback), 429 Rate (add Wait post-HTTP). Activate toggle, monitor executions. Maintain: Monitor credits monthly, update fields in Sets; optimize with SplitInBatches for bulk. Scale: n8n queues for volume; validate via manual spot-checks quarterly.", "businessValue": "Saves 12 hours/week enriching 300 leads, improves data accuracy 90%, accelerates sales 30%", "setupTime": "30-45 minutes", "difficulty": "Intermediate", "requirements": ["Uplead Pro API ($99/mo, 1k credits)", "n8n Cloud or self-hosted", "Webhook from CRM (e.g., HubSpot)"], "useCase": "Automating B2B lead enrichment for sales teams to qualify prospects faster"
$5.49
Workflow steps: 10
Integrated apps: webhook, set, if