update_lead
Change a lead's follow-up status to the next stage, like from new to contacted, and keep a timeline record. Use list_lead_settings to get valid status codes before updating.
Instructions
Move one lead of the current team to another follow-up status (e.g. new → contacted). The change is recorded on the lead's timeline. Status codes and tag codes are team-defined — call list_lead_settings first to get the valid ones, never guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | Yes | The lead id (the leadId returned by list_leads) | |
| status | Yes | The target status code, must be one of list_lead_settings.statuses[].code |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | No | The lead that was moved | |
| status | No | Status code after the move |