Skip to content

Instantly share code, notes, and snippets.

@miki2826
Created May 31, 2018 08:32
Show Gist options
  • Save miki2826/5dd262112ad20965fc01b140ac979fea to your computer and use it in GitHub Desktop.
Save miki2826/5dd262112ad20965fc01b140ac979fea to your computer and use it in GitHub Desktop.
"payload": {
"template_type":"generic",
"elements":[
{
"title":"<TITLE_TEXT>",
"image_url":"<IMAGE_URL_TO_DISPLAY>",
"subtitle":"<SUBTITLE_TEXT>",
"default_action": {
"type": "web_url",
"url": "<DEFAULT_URL_TO_OPEN>",
"messenger_extensions": <TRUE | FALSE>,
"webview_height_ratio": "<COMPACT | TALL | FULL>"
},
"buttons":[<BUTTON_OBJECT>, ...]
},
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment