Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. [
  2. {
  3. "attachment": {
  4. "type": "template",
  5. "payload": {
  6. "template_type": "generic",
  7. "elements": [
  8. {
  9. "title": "Breaking News: Record Thunderstorms",
  10. "subtitle": "The local area is due for record thunderstorms over the weekend.",
  11. "image_url": "http://placehold.it/300x300?text=Ayyy!",
  12. "buttons": [
  13. {
  14. "type": "element_share",
  15. "share_contents": {
  16. "attachment": {
  17. "type": "template",
  18. "payload": {
  19. "template_type": "generic",
  20. "elements": [
  21. {
  22. "title": "I took the hat quiz",
  23. "subtitle": "My result: Fez",
  24. "image_url": "http://placehold.it/300x300?text=Ayyy!",
  25. "default_action": {
  26. "type": "web_url",
  27. "url": "http://m.me/petershats?ref=invited_by_24601"
  28. },
  29. "buttons": [
  30. {
  31. "type": "web_url",
  32. "url": "http://m.me/petershats?ref=invited_by_24601",
  33. "title": "Take Quiz"
  34. }
  35. ]
  36. }
  37. ]
  38. }
  39. }
  40. }
  41. }
  42. ]
  43. }
  44. ]
  45. }
  46. }
  47. },
  48. {
  49. "attachment": {
  50. "type": "template",
  51. "payload": {
  52. "template_type": "generic",
  53. "elements": [
  54. {
  55. "title": "hello world!",
  56. "image_url": "http://placehold.it/300x300?text=Ayyy!",
  57. "subtitle": "This works!",
  58. "default_action": {
  59. "type": "web_url",
  60. "url": "www.prime.ai",
  61. "messenger_extensions": false,
  62. "webview_height_ratio": "full"
  63. },
  64. "buttons": [
  65. {
  66. "type": "web_url",
  67. "url": "https://prime.ai",
  68. "title": "Visit Prime"
  69. }
  70. ]
  71. }
  72. ]
  73. }
  74. }
  75. }
  76. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement