Skip to content

Instantly share code, notes, and snippets.

@mc-doc
Created April 30, 2020 15:21
Show Gist options
  • Save mc-doc/8c16a87399d0d975ea3e13b4de644c47 to your computer and use it in GitHub Desktop.
Save mc-doc/8c16a87399d0d975ea3e13b4de644c47 to your computer and use it in GitHub Desktop.
Simple Template Based Email Example on asset_model_examples.htm
{
"assetType": {
"id": 207
},
"name": "NTO Welcome Series Email",
"views": {
"subjectline": {
"content": "Welcome %%First_Name%% to Northern Trail Outfitters"
},
"preheader": {},
"html": {
"content": "<html><head></head><body><div><div data-type=\"slot\" data-key=\"myslot\"></div></div></body></html>",
"slots": {
"myslot": {
"content": "",
"design": "<p style=\"font-family: arial; color: #CCCCCC; font-size: 12px; font-weight: bold; text-align: center; display: flex; flex-direction: column; justify-content: center; height: 150px; padding: 10px; margin: 0; border: 1px dashed #CCCCCC;\">Drop blocks or content here</p>"
},
"template": {
"id": 108494
}
}
}
},
"data": {
"email": {
"options": {
"characterEncoding": "utf-8"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment