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 →
{
"createdAt": "2021-04-13T14:55:34.780Z",
"updatedAt": "2021-05-26T08:10:22.923Z",
"id": "168",
"name": "Demio:Event:getAll get register:Report:get",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
400,
480
],
"id": "47dbd966-77aa-4bda-96ed-e97f6a5981fd"
},
{
"parameters": {
"operation": "getAll",
"limit": 1,
"filters": {}
},
"name": "Demio",
"type": "n8n-nodes-base.demio",
"typeVersion": 1,
"position": [
650,
420
],
"credentials": {
"demioApi": {
"name": "<your credential>"
}
},
"id": "57e082a8-354b-45a4-942d-11f7227fc3ce"
},
{
"parameters": {
"eventId": "={{$node[\"Demio\"].json[\"id\"]}}",
"additionalFields": {}
},
"name": "Demio1",
"type": "n8n-nodes-base.demio",
"typeVersion": 1,
"position": [
790,
420
],
"credentials": {
"demioApi": {
"name": "<your credential>"
}
},
"id": "1e57d585-0f82-4111-8c63-f5b4e66cef5e"
},
{
"parameters": {
"operation": "register",
"eventId": "={{$node[\"Demio\"].json[\"id\"]}}",
"firstName": "=Name{{Date.now()}}",
"email": "=Fake{{Date.now()}}@email.com",
"additionalFields": {}
},
"name": "Demio2",
"type": "n8n-nodes-base.demio",
"typeVersion": 1,
"position": [
940,
420
],
"credentials": {
"demioApi": {
"name": "<your credential>"
}
},
"id": "517f9682-cda3-406e-bf92-668fcc9feccb"
},
{
"parameters": {
"resource": "report",
"eventId": 400538,
"dateId": 1967450,
"filters": {}
},
"name": "Demio3",
"type": "n8n-nodes-base.demio",
"typeVersion": 1,
"position": [
650,
570
],
"credentials": {
"demioApi": {
"name": "<your credential>"
}
},
"id": "3404303d-775a-4445-9458-a77f408726a7"
}
],
"connections": {
"Demio": {
"main": [
[
{
"node": "Demio1",
"type": "main",
"index": 0
}
]
]
},
"Demio1": {
"main": [
[
{
"node": "Demio2",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Demio",
"type": "main",
"index": 0
},
{
"node": "Demio3",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
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.
demioApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/b37961bd0e1f34e1bffb4be4a345c08ede317689/workflows/168.json — 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
This n8n template helps you detect page cannibalization in Google Search Console (GSC): situations where multiple pages on your site rank for the same query and more than one page gets clicks. Use it