Escalate a call to a human agent
Triggers the escalate_call_to_human function to transfer the active call to a human agent. Requires target_number in the request body.
POST
Triggers the
escalate_call_to_human function to transfer the active call
to a human agent. Requires target_number in the request body.
Request body
AutomationPayload
string,null
Twilio call SID
string,null
Customer phone number in E.164 format
object
Optional workflow-specific metadata
string,null
Human-readable workflow reason or note
string,null
Voice session identifier when the automation is tied to a persisted session
string,null
Destination phone number or escalation target
Response
AutomationResponse
string,null
Error message (present on failure)
boolean
required
Whether the automation executed successfully
object
Result payload returned by the function (present on success)