Skip to content

Instantly share code, notes, and snippets.

@adicuco
Last active March 26, 2018 09:36
Show Gist options
  • Select an option

  • Save adicuco/cec298a1a51e7df4f4d9142a1bf3fa9e to your computer and use it in GitHub Desktop.

Select an option

Save adicuco/cec298a1a51e7df4f4d9142a1bf3fa9e to your computer and use it in GitHub Desktop.
{
"facebook": {
"text": "Do you want to order?",
"quick_replies": [{
"content_type": "text",
"title": "Yes",
"payload": "I want to order",
"image_url": ""
},
{
"content_type": "text",
"title": "No",
"payload": "<CUSTOM_PAYLOAD>",
"image_url": ""
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment