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": "Typeform Trigger",
"type": "n8n-nodes-base.typeformTrigger",
"position": [
510,
260
],
"parameters": {
"formId": ""
},
"credentials": {
"typeformApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Demio",
"type": "n8n-nodes-base.demio",
"position": [
710,
260
],
"parameters": {
"email": "={{$json[\"What's your email address?\"]}}",
"eventId": 357191,
"firstName": "={{$json[\"Let's start with your name.\"]}}",
"operation": "register",
"additionalFields": {}
},
"credentials": {
"demioApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Typeform Trigger": {
"main": [
[
{
"node": "Demio",
"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.
demioApitypeformApi
About this workflow
Typeform Demio. Uses typeformTrigger, demio. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →