Update a lead-delivery channel
PATCH/api/v1/chatbots/:chatbotId/sales-agent/handoffs/:handoffId
Updates an existing lead-delivery channel (recipients, routing mode, verified sender, webhook URL, included fields, enable/disable). The sending secret cannot be set here — it is managed from the dashboard, and enabling a channel requires its secret to already exist. Required scope: chatbots:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Channel updated.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Validation failed — see error.details.errors for per-field messages.
Too Many Requests — rate limit exceeded