1{
2 "name": "NTO Welcome Series Email",
3 "channels": {
4 "email": true,
5 "web": false
6 },
7 "views": {
8 "html": {
9 "content": "<!DOCTYPE html><body><div><div>Some header content</div><div data-type=\"slot\" data-key=\"firstslot\"></div><br /><div data-type=\"slot\" data-key=\"secondslot\"></div></div></body></html>",
10 "slots": {
11 "firstslot": {
12 "content": "<div data-type=\"block\" data-key=\"block1\"></div><div data-type=\"block\" data-key=\"block2\"></div>",
13 "blocks": {
14 "block1": {
15 "content": "123",
16 "assetType": {
17 "name": "freeformblock",
18 "id": 195
19 }
20 },
21 "block2": {
22 "content": "234",
23 "assetType": {
24 "name": "htmlblock",
25 "id": 197
26 }
27 }
28 }
29 },
30 "secondslot": {
31 "content": "<div data-type=\"block\" data-key=\"block3\"></div><div data-type=\"block\" data-key=\"block4\"></div>",
32 "minBlocks": 1,
33 "maxBlocks": 1,
34 "allowedBlocks": ["textblock"],
35 "blocks": {
36 "block3": {
37 "content": "345",
38 "assetType": {
39 "name": "textblock",
40 "id": 196
41 }
42 }
43 }
44 }
45 }
46 },
47 "text": {},
48 "subjectline": {},
49 "preheader": {}
50 },
51 "assetType": {
52 "name": "templatebasedemail",
53 "id": 207
54 }
55}