Created
August 5, 2019 21:20
-
-
Save MarcL/b3faae9c7712d20329a53cf79a0d48c0 to your computer and use it in GitHub Desktop.
Example Facebook Ads Messenger response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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