Advertisement
Guest User

Untitled

a guest
May 25th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "message": {
  3. "attachment": {
  4. "type": "template",
  5. "payload": {
  6. "template_type": "generic",
  7. "elements": [
  8. {
  9. "title": "Enter a title to accompany your image",
  10. "image_url": "https://image.ibb.co/bz5t6Q/placeholder.png",
  11. "subtitle": "Optional: Enter a subtitle to provide more information",
  12. "buttons": [
  13. {
  14. "type": "web_url",
  15. "url": "http://www.example.com/",
  16. "title": "View Website"
  17. },
  18. {
  19. "type": "postback",
  20. "title": "Start Chatting",
  21. "payload": "USER_DEFINED_PAYLOAD"
  22. }
  23. ]
  24. }
  25. ]
  26. }
  27. },
  28. "quick_replies": [
  29. {
  30. "content_type": "text",
  31. "title": "Hello",
  32. "payload": "reply1"
  33. },
  34. {
  35. "content_type": "text",
  36. "title": "Learn More",
  37. "payload": "reply2"
  38. }
  39. ]
  40. },
  41. "user_edit": true
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement