Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.61 KB | None | 0 0
  1. {
  2.     "subject": "Testing Subject Line",
  3.     "template_id": "d-9e7135db64ed4a80ab113cd234c7b3d5",
  4.     "from": {
  5.         "name": "CoBubble",
  6.         "email": "plugins@cobubble.com"
  7.     },
  8.     "personalizations": [{
  9.         "to": [{
  10.             "email": "ralph@cobubble.com"
  11.         }],
  12.         "dynamic_template_data": {
  13.             "subject": "Testing Subject Line",
  14.             "VAR1": "Testing this!",
  15.             "VAR2": null,
  16.             "VAR3": null,
  17.             "VAR4": null,
  18.             "VAR5": null,
  19.             "VAR6": null,
  20.             "VAR7": null,
  21.             "VAR8": null,
  22.             "VAR9": null,
  23.             "VAR10": null
  24.         },
  25.         "cc": [{
  26.             "email": "hello@iamsalar.com"
  27.         }, {
  28.             "email": "sapphire786@gmail.com"
  29.         }]
  30.     }, {
  31.         "to": [{
  32.             "email": "info@cobubble.com"
  33.         }],
  34.         "dynamic_template_data": {
  35.             "subject": "Testing Subject Line",
  36.             "VAR1": "Testing this!",
  37.             "VAR2": null,
  38.             "VAR3": null,
  39.             "VAR4": null,
  40.             "VAR5": null,
  41.             "VAR6": null,
  42.             "VAR7": null,
  43.             "VAR8": null,
  44.             "VAR9": null,
  45.             "VAR10": null
  46.         },
  47.         "cc": [{
  48.             "email": "hello@iamsalar.com"
  49.         }, {
  50.             "email": "sapphire786@gmail.com"
  51.         }]
  52.     }, {
  53.         "to": [{
  54.             "email": "deploy@cobubble.com"
  55.         }],
  56.         "dynamic_template_data": {
  57.             "subject": "Testing Subject Line",
  58.             "VAR1": "Testing this!",
  59.             "VAR2": null,
  60.             "VAR3": null,
  61.             "VAR4": null,
  62.             "VAR5": null,
  63.             "VAR6": null,
  64.             "VAR7": null,
  65.             "VAR8": null,
  66.             "VAR9": null,
  67.             "VAR10": null
  68.         },
  69.         "cc": [{
  70.             "email": "hello@iamsalar.com"
  71.         }, {
  72.             "email": "sapphire786@gmail.com"
  73.         }]
  74.     }],
  75.     "content": [{
  76.         "type": "text/html",
  77.         "value": "-"
  78.     }],
  79.     "tracking_settings": {
  80.         "click_tracking": {
  81.             "enable": true
  82.         },
  83.         "open_tracking": {
  84.             "enable": true
  85.         }
  86.     }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement