⚡ Only 300 spots remaining • Closes in 2d 14h 32m
This comprehensive workflow automation helps you streamline typeform feedback workflow processes. By using this blueprint, you can eliminate manual data entry and ensure seamless integration between your favorite platforms.
This workflow is pre-configured and ready for deployment. Simply import the JSON template into your n8n instance and configure your credentials.
This is an exclusive blueprint. Copy the JSON below to use it.
PRO TIP
Always test your workflow in a development environment before pushing to production.
{
"id": "1001",
"name": "typeform feedback workflow",
"nodes": [
{
"name": "Typeform Trigger",
"type": "n8n-nodes-base.typeformTrigger",
"notes": "course feedback",
"position": [
450,
300
],
"webhookId": "1234567890",
"parameters": {
"formId": "yxcvbnm"
},
"credentials": {
"typeformApi": "typeform"
},
"notesInFlow": true,
"typeVersion": 1
},
{
"name": "IF",
"type": "n8n-nodes-base.if",
"notes": "filter feedback",
"position": [
850,
300
],
"parameters": {
"conditions": {
"number": [
{
"value1": "={{$json[\"usefulness\"]}}",
"value2": 3,
"operation": "largerEqual"
}
],
"string": [],
"boolean": []
}
},
"notesInFlow": true,
"typeVersion": 1
},
{
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"notes": "positive feedback",
"position": [
1050,
200
],
"parameters": {
"range": "positive_feedback!A:C",
"options": {},
"sheetId": "asdfghjklöä",
"operation": "append",
"authentication": "oAuth2"
},
"credentials": {
"googleSheetsOAuth2Api": "google_sheets_oauth"
},
"notesInFlow": true,
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"notes": "capture typeform data",
"position": [
650,
300
],
"parameters": {
"values": {
"number": [
{
"name": "usefulness",
"value": "={{$json[\"How useful was the course?\"]}}"
}
],
"string": [
{
"name": "opinion",
"value": "={{$json[\"Your opinion on the course:\"]}}"
}
],
"boolean": []
},
"options": {},
"keepOnlySet": true
},
"notesInFlow": true,
"typeVersion": 1
},
{
"name": "Google Sheets1",
"type": "n8n-nodes-base.googleSheets",
"notes": "negative feedback",
"position": [
1050,
400
],
"parameters": {
"range": "negative_feedback!A:C",
"keyRow": 1,
"options": {},
"sheetId": "qwertzuiop",
"operation": "append",
"authentication": "oAuth2"
},
"credentials": {
"googleSheetsOAuth2Api": "google_sheets_oauth"
},
"notesInFlow": true,
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"IF": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
],
[
{
"node": "Google Sheets1",
"type": "main",
"index": 0
}
]
]
},
"Set": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
},
"Typeform Trigger": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
}
}
}To use this, copy the JSON above and paste it directly onto your n8n canvas.
Join the elite marketers who have offloaded their entire backend to n8n. Get direct support and custom builds in our private forum.