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 →
{
"id": "116",
"name": "Get all the contacts from GetResponse and update them",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "GetResponse",
"type": "n8n-nodes-base.getResponse",
"position": [
450,
300
],
"parameters": {
"options": {},
"operation": "getAll",
"returnAll": true
},
"credentials": {
"getResponseApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "IF",
"type": "n8n-nodes-base.if",
"position": [
650,
300
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$node[\"GetResponse\"].json[\"campaign\"][\"name\"]}}",
"value2": "n8n",
"operation": "notEqual"
}
]
}
},
"typeVersion": 1
},
{
"name": "GetResponse1",
"type": "n8n-nodes-base.getResponse",
"position": [
860,
200
],
"parameters": {
"contactId": "={{$node[\"IF\"].json[\"contactId\"]}}",
"operation": "update",
"updateFields": {
"campaignId": "WRVXO"
}
},
"credentials": {
"getResponseApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "NoOp",
"type": "n8n-nodes-base.noOp",
"position": [
860,
400
],
"parameters": {},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"IF": {
"main": [
[
{
"node": "GetResponse1",
"type": "main",
"index": 0
}
],
[
{
"node": "NoOp",
"type": "main",
"index": 0
}
]
]
},
"GetResponse": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "GetResponse",
"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.
getResponseApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Get all the contacts from GetResponse and update them. Uses manualTrigger, getResponse, noOp. Event-driven trigger; 5 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.
Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.
Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.
The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Monitors Google Drive for new video file uploads Downloads and processes videos using VLM Run AI tr