smartwebchat_update_lead
Change the status of a captured lead, for example to mark it as contacted or closed. Writes to the account. Needs a key with full access; a read-only key gets 401 here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botId | Yes | ID of the chatbot the lead belongs to | |
| leadId | Yes | ID of the lead | |
| status | Yes | New status: 'new', 'contacted' or 'closed' |