35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"nodesFile": "/app/assets/html/bzGraflow/nodesEIC.html",
|
|
"flow": {
|
|
"nodes":[
|
|
{ "nodeType": "eicBasic",
|
|
"id": "aze",
|
|
"coords": { "x": 50, "y": 120},
|
|
"data": {
|
|
"title": "Build attendees list",
|
|
"subtitle": "Build an attendees list to email"
|
|
}
|
|
},
|
|
{ "nodeType": "eicBasic",
|
|
"id": "aze2",
|
|
"coords": { "x": 300, "y": 120},
|
|
"data": {
|
|
"title": "Select message",
|
|
"subtitle": "Select an email template"
|
|
}
|
|
},
|
|
{ "nodeType": "eicBasic",
|
|
"id": "aze3",
|
|
"coords": { "x": 550, "y": 120},
|
|
"data": {
|
|
"title": "Data mapping",
|
|
"subtitle": "Associate content variables with attendees data"
|
|
}
|
|
}
|
|
],
|
|
"links": [
|
|
{ "from": ["aze", "out1"], "to": ["aze2", "in1"] },
|
|
{ "from": ["aze2", "out1"], "to": ["aze3", "in1"] }
|
|
]
|
|
}
|
|
} |