enrich_lead
Fill in a saved lead's missing person and company details (seniority, department, LinkedIn, phone, company size, industry) using its ID to update the stored record without duplication.
Instructions
Fill in a saved lead's missing person and company detail — seniority, department, LinkedIn, phone, company size, industry.
Use it on one lead at a time, after list_leads has given you its id, and typically before writing outreach that needs context. Check the lead first: enriching one that already has these fields spends credits for nothing.
CONSUMES ENRICHMENT CREDITS per call. Requires an API key. Updates the stored lead in place and returns it; it does not create a new record, and running it twice does not duplicate the lead — but it does bill twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | Yes | Lead UUID from list_leads |