Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. {
  2. "messages": [
  3. {
  4. "attachment":{
  5. "type":"template",
  6. "payload":{
  7. "template_type":"generic",
  8. "image_aspect_ratio": "square",
  9. "elements":[
  10. {
  11. "title":"Instagram support item #1",
  12. "image_url":"https://rockets.chatfuel.com/assets/shirt.jpg",
  13. "subtitle":"Size: M",
  14. "buttons":[
  15. {
  16. "type":"web_url",
  17. "url":"https://rockets.chatfuel.com/store",
  18. "title":"View Article"
  19. }
  20. ]
  21. },
  22. {
  23. "title":"Instagram support item #2",
  24. "image_url":"https://rockets.chatfuel.com/assets/shirt.jpg",
  25. "subtitle":"Size: L",
  26. "default_action": {
  27. "type": "web_url",
  28. "url": "https://rockets.chatfuel.com/store",
  29. "messenger_extensions": true
  30. },
  31. "buttons":[
  32. {
  33. "type":"web_url",
  34. "url":"https://rockets.chatfuel.com/store",
  35. "title":"View Article"
  36. }
  37. ]
  38. }
  39. ]
  40. }
  41. }
  42. }
  43. ]
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement