Skip to content

Instantly share code, notes, and snippets.

@digitalbase
Created May 31, 2021 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitalbase/116cb697b2a1b1dceec302230d23036d to your computer and use it in GitHub Desktop.
Save digitalbase/116cb697b2a1b1dceec302230d23036d to your computer and use it in GitHub Desktop.
Example email campaign (slateJS)
{
"object": "value",
"version": "0.47.9",
"document": {
"data": {},
"nodes": [
{
"data": {},
"type": "paragraph",
"nodes": [
{ "text": "Hi ", "marks": [], "object": "text" },
{
"data": { "key": "contact.firstname", "text": "First name" },
"type": "placeholder",
"nodes": [
{ "text": "%contact.firstname%", "marks": [], "object": "text" }
],
"object": "inline"
},
{ "text": ",", "marks": [], "object": "text" }
],
"object": "block"
},
{
"data": {},
"type": "paragraph",
"nodes": [
{ "text": "Do you remember Publist?", "marks": [], "object": "text" }
],
"object": "block"
},
{
"data": {},
"type": "paragraph",
"nodes": [{ "text": "", "marks": [], "object": "text" }],
"object": "block"
},
{
"data": {
"file": {
"size": 683620,
"uuid": "001852d8-542e-4578-a479-18666a554b44",
"effects": [],
"version": 2,
"filename": "CleanShot 2020-09-23 at 18.16.33 (1).png",
"mime_type": "image/png",
"original_width": 1198,
"original_height": 3076
},
"href": "",
"width": "100%",
"layout": "contained",
"width_factor": "100%"
},
"type": "image-block",
"nodes": [{ "text": "", "marks": [], "object": "text" }],
"object": "block"
}
],
"object": "document"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment