Skip to content

Instantly share code, notes, and snippets.

@MarcL
Created August 5, 2019 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcL/b3faae9c7712d20329a53cf79a0d48c0 to your computer and use it in GitHub Desktop.
Save MarcL/b3faae9c7712d20329a53cf79a0d48c0 to your computer and use it in GitHub Desktop.
Example Facebook Ads Messenger response
{
"message": {
"text": "Hi there. Would you like to talk to my bot?",
"quick_replies": [{
"content_type": "text",
"title": "Yes please",
"payload": "Yes"
},
{
"content_type": "text",
"title": "No thanks",
"payload": "No"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment