@twilio/autopilot-templates
Version:
Autopilot templates
19 lines (18 loc) • 356 B
JSON
{
"actions": [
{
"say": "I'll connect you with an agent now."
},
{
"handoff": {
"channel": "voice",
"uri": "taskrouter://INSERT TASK ROUTER WORKFLOW SID",
"wait_url": "INSERT TASK ROUTER WAIT URL",
"wait_url_method": "GET",
"action": "INSERT TASK ROUTER ACTION URL",
"priority": "5",
"timeout": "200"
}
}
]
}