Finding Leads
Provide at least one identifier:id- Lead ID (most efficient)email- Lead email addressphone- Lead phone number
Status Changes
Mark as Won
- Must include
value(lead value) - Lead must have a
currency(set during creation or previous update) - Set
alsoQualified: trueto also mark the lead as qualified
Mark as Qualified
- Must include
value(lead value)
Mark as Lost
- No additional requirements
Example Usage
Update by lead ID
Find and update by email
Response
Returns success confirmation with lead details:Authorizations
API key for authentication
Body
application/json
Lead update data
At least one of id, email, or phone is required
New status
Available options:
won, lost, qualified Example:
"won"
Lead ID
Example:
"lead_123"
Lead email (used to find lead if no ID)
Example:
"jane@example.com"
Lead phone (used to find lead if no ID or email)
Example:
"+1234567890"
Lead value (required for won and qualified status)
Example:
10000
Update the lead's note
Example:
"Closed via phone call"
When changedTo is won, also mark as qualified
Example:
true