shingz96

RESPONSE TEMPLATE CREATE

Jul 28th, 2020 (edited)
897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.67 KB | None | 0 0
  1. {
  2.   "title": "GGwp Promo sale 2020 heng 11",
  3.   "is_default": true,
  4.   "response_triggers": [
  5.     {
  6.       "trigger_type": "order_made",
  7.       "actions": [
  8.         {
  9.           "action_type": "pm",
  10.           "message": "pm done made order",
  11.           "fb_button_meta": {
  12.             "buttons": [
  13.               {
  14.                 "title": "button 1",
  15.                 "url": "https://example1.com"
  16.               },
  17.               {
  18.                 "title": "button 2",
  19.                 "url": "https://example2.com"
  20.               }
  21.             ]
  22.           }
  23.         },
  24.         {
  25.           "action_type": "comment",
  26.           "message": "comment done made order"
  27.         }
  28.       ]
  29.     },
  30.     {
  31.       "trigger_type": "order_cancel",
  32.       "actions": [
  33.         {
  34.           "action_type": "pm",
  35.           "message": "pm done cancel order 2"
  36.         },
  37.         {
  38.           "action_type": "comment",
  39.           "message": "pm done cancel order 2"
  40.         }
  41.       ]
  42.     },
  43.     {
  44.       "trigger_type": "order_end",
  45.       "actions": [
  46.         {
  47.           "action_type": "pm",
  48.           "message": "pm done cancel order 2"
  49.         },
  50.         {
  51.           "action_type": "comment",
  52.           "message": "comment done order 2"
  53.         }
  54.       ]
  55.     },
  56.     {
  57.       "trigger_type": "order_full",
  58.       "actions": [
  59.         {
  60.           "action_type": "pm",
  61.           "message": "pm done cancel order 2",
  62.           "status": "inactive"
  63.         },
  64.         {
  65.           "action_type": "comment",
  66.           "message": "pm done cancel order 2"
  67.         },
  68.         {
  69.           "action_type": "jump",
  70.           "message": "jump next item"
  71.         }
  72.       ]
  73.     }
  74.   ]
  75. }
Add Comment
Please, Sign In to add comment