@twilio/autopilot-templates
Version:
Autopilot templates
23 lines (22 loc) • 364 B
JSON
{
"actions": [
{
"collect": {
"name": "collect_comments",
"questions": [
{
"question": "Did you have any issues with your delivery today?",
"name": "comments",
"type":"Twilio.YES_NO"
}
],
"on_complete": {
"redirect": {
"uri":"https://myapp.com/collect",
"method":"POST"
}
}
}
}
]
}