Create a lead
POST
https://api.tamio.com/v2/leads/create
Creates a new lead with contact information, priority level, status tracking, and optional billing/shipping address details. Supports lead assignment to teammates.
Body Parameters
name
string*
Lead's first name or full name
last_name
string
Lead's last name
email
string*
Lead's primary email address
country
string*
Lead's country code
priority
string*
Lead priority level for sales team prioritization
lownormalmediumhigh
lead_status
string*
Current status in the lead qualification process
new_leadqualifiedunqualifiedcontactedfollowupattempt_to_contact
category
string
Lead classification
leadcustomer
locale
string
Preferred language for communications
phone
string
Primary contact phone number
timezone_offset
string
Timezone offset in UTC format
teammate_id
string
UUID of team member to assign this lead to
same_shipping_address
boolean
Whether shipping address is the same as billing
billing_information
BillingInformation
shipping_information
ShippingInformation
Responses
200
Lead created successfully
Lead created successfully
status
integer
customer
Lead
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
10142 | CustomerAlreadyExists |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string