The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"name": "Emelia",
"type": "n8n-nodes-base.emelia",
"position": [
530,
310
],
"parameters": {
"operation": "create",
"campaignName": "n8n-docs"
},
"credentials": {
"emeliaApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Emelia1",
"type": "n8n-nodes-base.emelia",
"position": [
730,
310
],
"parameters": {
"operation": "addContact",
"campaignId": "603dfd70cbe34c3c9730fd09",
"contactEmail": "email@example.com",
"additionalFields": {
"firstName": "NAME"
}
},
"credentials": {
"emeliaApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Emelia2",
"type": "n8n-nodes-base.emelia",
"position": [
930,
310
],
"parameters": {
"campaignId": "={{$node[\"Emelia\"].json[\"_id\"]}}"
},
"credentials": {
"emeliaApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Emelia": {
"main": [
[
{
"node": "Emelia1",
"type": "main",
"index": 0
}
]
]
},
"Emelia1": {
"main": [
[
{
"node": "Emelia2",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
emeliaApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Emelia. Uses emelia. Manual trigger; 3 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.