yax_score_leads
Score inbound leads by conversion likelihood, enrich their data, and sync to CRM with hot/warm/cold tier classification.
Instructions
Scores inbound leads by conversion likelihood and syncs enriched records to your CRM. Returns each lead with a score (0–100), tier (hot/warm/cold), and enrichment data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leads | Yes | Array of lead objects. Each must have at minimum an 'email' field. Optional: name, company, phone, source. | |
| crm_push | No | If true, syncs scored results to your connected CRM. Defaults to true. | |
| score_model | No | Scoring model to use. Options: 'default', 'b2b', 'saas', 'real_estate'. Defaults to 'default'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | True if the workflow ran successfully. | |
| run_id | No | Run ID for receipt retrieval. | |
| leads | No | Scored and enriched lead records with score (0–100), tier (hot/warm/cold), and enrichment fields. | |
| crm_synced | No | True if results were pushed to CRM. |