leads_create
Create a new lead. To later remove it, update with disabled=true as leads cannot be deleted.
Instructions
Create a new lead. Note: leads have no DELETE endpoint. To soft-delete, use leads_update with disabled=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_name | No | First name | |
| last_name | No | Last name | |
| business_name | No | Business name | |
| No | |||
| phone | No | Phone | |
| mobile | No | Mobile | |
| address | No | Address | |
| city | No | City | |
| state | No | State | |
| zip | No | ZIP | |
| status | No | Status | |
| ticket_subject | No | Ticket subject | |
| ticket_description | No | Ticket description | |
| ticket_problem_type | No | Problem type | |
| hidden_notes | No | Hidden notes | |
| user_id | No | Assigned user ID | |
| customer_id | No | Existing customer ID | |
| contact_id | No | Contact ID | |
| location_id | No | Location ID | |
| opportunity_amount_dollars | No | Opportunity amount in dollars | |
| likelihood | No | Likelihood (0-100) | |
| opportunity_start_date | No | Opportunity start date | |
| appointment_time | No | Appointment time | |
| appointment_type_id | No | Appointment type ID | |
| properties | No | Custom field values | |
| ticket_properties | No | Ticket custom field values |