yax_enrich_lead_data
Parse raw lead emails, forms, or webhooks into structured contact records with enrichment and CRM logging. Returns name, email, company, phone, and ICP score.
Instructions
Parses a raw lead email, form submission, or webhook payload into a structured contact record, enriches it, and logs it to your CRM. Returns name, email, company, phone, and ICP score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Where the lead came from: 'email', 'form', 'webhook', or 'manual'. | |
| raw_content | No | Raw email body, form submission JSON, or webhook payload to parse. | |
| crm_push | No | Push enriched lead to CRM after intake. Defaults to true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | True if intake succeeded. | |
| run_id | No | Run ID for receipt retrieval. | |
| lead | No | Structured lead record: name, email, company, phone, source, enrichment, ICP score. | |
| crm_synced | No | True if lead was pushed to CRM. |