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
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
User Request Management. Uses clickUp, typeformTrigger. Event-driven trigger; 7 nodes.
Send Typeforms leads via Whatsapp (Twilio). Uses typeformTrigger, twilio. Event-driven trigger; 3 nodes.
Apitemplateio Typeform. Uses typeformTrigger, apiTemplateIo. Event-driven trigger; 2 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Set Workflow. Uses n8n-nodes-klicktipp, typeformTrigger, stopAndError. Event-driven trigger; 15 nodes.