graflow: EIC + text replacement

This commit is contained in:
STEINNI
2026-01-07 10:28:23 +00:00
parent 797d86d4d9
commit 53dd4b1458
5 changed files with 171 additions and 29 deletions
@@ -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"] }
]
}
}