Skip to content

Instantly share code, notes, and snippets.

@DIGnmg
Last active February 4, 2021 19:43
Show Gist options
  • Save DIGnmg/2feea65db06cc4931eae1aa21238885b to your computer and use it in GitHub Desktop.
Save DIGnmg/2feea65db06cc4931eae1aa21238885b to your computer and use it in GitHub Desktop.
{
"actions": [
{
"collect": {
"name": "collect_comments",
"questions": [
{
"question": "what is your blood pressure",
"name": "answers",
"type": "Twilio.YES_NO"
}
],
"on_complete": {
"redirect": {
"method": "POST",
"uri": "task://complete_collect_roomitems"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment