Skip to main content

Authentication

Request

string
required
Must be "update_status_id".
uuid
required
The lead to update. Your company must have access to the channel this lead belongs to.
uuid
required
The target lead status ID. Use get_channels to retrieve status IDs for a channel.
uuid
The lead’s current status ID. Optional. Passed through to workflow triggers for conditional automation.
This action is functionally identical to update_status, but accepts a status UUID instead of a name string. Use this when you have stored status IDs from a previous get_channels call and want to avoid string matching.

Response

Returns the updated lead object.

Side effects

Same as update_status: status event logging, reward trigger processing, webhook delivery, and owner notification.

Example

Request

Response

Errors