Endpoint
PUT /user/leads/{id}
Path parameters
ID of the lead to update.
Request
ID of the campaign to assign the lead to. Must belong to your account.
New phone number for the lead. Automatically formatted to E.164.
New status. Allowed values:
created, completed, reached-max-retries.Only a subset of statuses can be set manually. Statuses like
processing and scheduled are assigned automatically by the system.Variables to merge with existing lead variables. Existing keys are updated; new keys are added.
Response
Confirmation that the lead was updated.
Example
200 Success
404 Not found
422 Validation error