Advertisement
louwng

buttons

Jun 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "messages": [
  3. {
  4. "attachment": {
  5. "type": "template",
  6. "payload": {
  7. "template_type": "button",
  8. "text": "Hello!",
  9. "buttons": [
  10. {
  11. "type": "show_block",
  12. "block_name": "name of block",
  13. "title": "Show Block"
  14. },
  15. {
  16. "type": "web_url",
  17. "url": "https://rockets.chatfuel.com",
  18. "title": "Visit Website"
  19. },
  20. {
  21. "url": "https://rockets.chatfuel.com/api/postback",
  22. "type":"json_plugin_url",
  23. "title":"Postback"
  24. }
  25. ]
  26. }
  27. }
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement