Leads
Update Lead Status
Update the status of a lead
PATCH
Manually update a lead’s status. This is useful for marking leads as opportunities or not interested based on external information. You can update either the campaign status, custom lead status, or both in a single request.
Request
Your API key
The lead ID
The campaign status for the lead. Options:
MEETING_BOOKED- Mark as meeting bookedOPPORTUNITY- Mark as a sales opportunityNOT_INTERESTED- Mark as not interestedDONE- Mark as completed
The custom lead status for CRM categorization. Options:
LEAD- New lead (default)INTERESTED- Lead has shown interestMEETING_BOOKED- Meeting has been scheduledMEETING_COMPLETE_NOT_CLOSED- Meeting completed but deal not closedCLOSED- Deal closed/wonWRONG_PERSON- Wrong contact/personNOT_INTERESTED- Lead is not interestedNO_RESPONSE- No response received
Optional note to add to the lead’s history
At least one of
status or customLeadStatus must be provided. You can update both in a single request.Response
Whether the update was successful
Lead identifier
The new status
Confirmation message
When a lead’s status is updated, a
lead.updated webhook event will be sent to your registered webhook endpoints.Authorizations
API key for authentication
Path Parameters
Lead ID
Body
application/json