Create lead
crm_create_leadCreate a new CRM lead in the caller's workspace. Refuses if a lead with the same email OR phone already exists unless allow_duplicate is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phone | No | ||
| value | No | ||
| source | No | ||
| status | No | Lead status name (defaults to workspace default). | |
| company | No | ||
| owner_id | No | Employee id to own the lead. Defaults to the caller. | |
| full_name | Yes | ||
| contact_id | No | An existing contact this lead belongs to, by name or id. | |
| description | No | ||
| allow_duplicate | No | Set true to create despite a duplicate email/phone match. |