Last active
October 19, 2018 09:12
-
-
Save ralphilius/a3ad296f864bebc1ce1f0969d12fc766 to your computer and use it in GitHub Desktop.
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
{ | |
"messages": [ | |
{ | |
"attachment":{ | |
"type":"template", | |
"payload":{ | |
"template_type":"list", | |
"top_element_style":"large", | |
"elements":[ | |
{ | |
"title":"Chatfuel Rockets Jersey", | |
"image_url":"http://rockets.chatfuel.com/assets/shirt.jpg", | |
"subtitle":"Size: M", | |
"buttons":[ | |
{ | |
"type":"web_url", | |
"url":"https://beecow.com/market", | |
"title":"View Item" | |
} | |
] | |
}, | |
{ | |
"title":"Chatfuel Rockets Jersey", | |
"image_url":"http://rockets.chatfuel.com/assets/shirt.jpg", | |
"subtitle":"Size: L", | |
"default_action": { | |
"type": "web_url", | |
"url": "https://rockets.chatfuel.com/store", | |
"messenger_extensions": true | |
}, | |
"buttons":[ | |
{ | |
"type":"web_url", | |
"url":"https://beecow.com/market", | |
"title":"View Item" | |
} | |
] | |
} | |
] | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment