graflow: EIC + text replacement
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"] }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user