Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {
  2. "messages": [
  3. {
  4. "attachment":{
  5. "type":"template",
  6. "payload":{
  7. "template_type":"list",
  8. "top_element_style":"large",
  9. "elements":[
  10. {
  11. "title":"Chatfuel Rockets T-Shirt",
  12. "image_url":"http://rockets.chatfuel.com/img/shirt.png",
  13. "subtitle":"Soft white cotton t-shirt with CF Rockets logo",
  14. "buttons":[
  15. {
  16. "type":"web_url",
  17. "url":"https://rockets.chatfuel.com/store/shirt",
  18. "title":"View Item"
  19. }
  20. ]
  21. },
  22. {
  23. "title":"Chatfuel Rockets Hoodie",
  24. "image_url":"http://rockets.chatfuel.com/img/hoodie.png",
  25. "subtitle":"Soft gray cotton t-shirt with CF Rockets logo",
  26. "buttons":[
  27. {
  28. "type":"web_url",
  29. "url":"https://rockets.chatfuel.com/store/hoodie",
  30. "title":"View Item"
  31. }
  32. ]
  33. }
  34. ]
  35. }
  36. }
  37. }
  38. ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement