Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.55 KB | None | 0 0
  1. [
  2.   {
  3.     "type": "trigger",
  4.     "data": {},
  5.     "next": [
  6.       {
  7.         "id": "newId_0",
  8.         "type": "email",
  9.         "data": {},
  10.         "next": [
  11.           {
  12.             "id": "newId_0",
  13.             "type": "condition",
  14.             "data": {
  15.               "next_yes": "newId_4",
  16.               "next_no": "newId_1"
  17.             },
  18.             "next": [
  19.               {
  20.                 "id": "newId_1",
  21.                 "type": "condition",
  22.                 "data": {
  23.                   "next_yes": false,
  24.                   "next_no": "newId_2"
  25.                 },
  26.                 "next": [
  27.                   {
  28.                     "id": "newId_2",
  29.                     "type": "condition",
  30.                     "data": {
  31.                       "next_yes": false,
  32.                       "next_no": "newId_3"
  33.                     },
  34.                     "next": [
  35.                       {
  36.                         "id": "newId_3",
  37.                         "type": "condition",
  38.                         "data": {
  39.                           "next_yes": false,
  40.                           "next_no": false
  41.                         },
  42.                         "next": []
  43.                       }
  44.                     ]
  45.                   }
  46.                 ]
  47.               },
  48.               {
  49.                 "id": "newId_4",
  50.                 "type": "condition",
  51.                 "data": {
  52.                   "next_yes": "newId_7",
  53.                   "next_no": "newId_5"
  54.                 },
  55.                 "next": [
  56.                   {
  57.                     "id": "newId_5",
  58.                     "type": "condition",
  59.                     "data": {
  60.                       "next_yes": "newId_9",
  61.                       "next_no": "newId_6"
  62.                     },
  63.                     "next": [
  64.                       {
  65.                         "id": "newId_6",
  66.                         "type": "condition",
  67.                         "data": {
  68.                           "next_yes": false,
  69.                           "next_no": false
  70.                         },
  71.                         "next": []
  72.                       },
  73.                       {
  74.                         "id": "newId_9",
  75.                         "type": "action",
  76.                         "data": {},
  77.                         "next": [
  78.                           {
  79.                             "id": "newId_10",
  80.                             "type": "delay",
  81.                             "data": {},
  82.                             "next": [
  83.                               {
  84.                                 "id": "newId_11",
  85.                                 "type": "condition",
  86.                                 "data": {
  87.                                   "next_yes": false,
  88.                                   "next_no": "newId_12"
  89.                                 },
  90.                                 "next": [
  91.                                   {
  92.                                     "id": "newId_12",
  93.                                     "type": "delay",
  94.                                     "data": {},
  95.                                     "next": [
  96.                                       {
  97.                                         "id": "newId_13",
  98.                                         "type": "condition",
  99.                                         "data": {
  100.                                           "next_yes": false,
  101.                                           "next_no": false
  102.                                         },
  103.                                         "next": []
  104.                                       }
  105.                                     ]
  106.                                   }
  107.                                 ]
  108.                               }
  109.                             ]
  110.                           }
  111.                         ]
  112.                       }
  113.                     ]
  114.                   },
  115.                   {
  116.                     "id": "newId_7",
  117.                     "type": "condition",
  118.                     "data": {
  119.                       "next_yes": "newId_8",
  120.                       "next_no": false
  121.                     },
  122.                     "next": [
  123.                       {
  124.                         "id": "newId_8",
  125.                         "type": "condition",
  126.                         "data": {
  127.                           "next_yes": false,
  128.                           "next_no": false
  129.                         },
  130.                         "next": []
  131.                       }
  132.                     ]
  133.                   }
  134.                 ]
  135.               }
  136.             ]
  137.           }
  138.         ]
  139.       }
  140.     ]
  141.   }
  142. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement