Changes you make here are for preview in this session. Saving definitions to the server will follow.
Overview
7 steps · version 1
Database API AI Branch Review Message End
Inputs
5| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Full name of the contact who submitted the lead form |
| string | yes | Work email — used for CRM dedupe and confirmation delivery | |
| company | string | yes | Company name as entered on the form |
| companySize | number | yes | Approximate employee count; drives enterprise-vs-SMB routing |
| message | string | no | Free-text message from the lead form; passed to enrichment and sales |
Step catalog
| Step | Kind | Uses | Reliability | When / Title |
|---|---|---|---|---|
| create_lead | database_update | crm | durable | — |
| enrich_lead | ai_step | enrichment_ai | best effort | — |
| is_enterprise | condition | crm | — | ${in.companySize} >= 1000 |
| enterprise_review | approval | review_inbox | — | Enterprise lead — sales-ops review |
| notify_sales | notification | slack | retry on failure | — |
| send_confirmation | notification | mailer | durable | — |
| end | end | — | — | — |