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 "design": "<div>Drag blocks here to start editing them!</div>",
14 "blocks": {
15 "block1": {
16 "content": "123",
17 "design": "click here to start editing this block",
18 "assetType": {
19 "name": "freeformblock",
20 "id": 195
21 }
22 },
23 "block2": {
24 "content": "234",
25 "design": "click here to start editing this block",
26 "assetType": {
27 "name": "htmlblock",
28 "id": 197
29 }
30 }
31 }
32 },
33 "secondslot": {
34 "content": "<div data-type=\"block\" data-key=\"block3\"></div><div data-type=\"block\" data-key=\"block4\"></div>",
35 "design": "<div>Drag blocks here to start editing them!</div>",
36 "minBlocks": 1,
37 "maxBlocks": 1,
38 "allowedBlocks": ["textblock"],
39 "blocks": {
40 "block3": {
41 "superContent": "Some ampscript or custom markup or http://www.valid.url/likeThis",
42 "content": "Some %%ampscript%% or !!!customMarkup or http://www.invalid.url/%%likeThis%%",
43 "design": "click here to start editing this block",
44 "assetType": {
45 "name": "textblock",
46 "id": 196
47 }
48 }
49 }
50 }
51 }
52 },
53 "text": {},
54 "subjectline": {},
55 "preheader": {}
56 },
57 "assetType": {
58 "name": "templatebasedemail",
59 "id": 207
60 }
61}