{
  "name": "Get all the contacts from GetResponse and update them",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ]
    },
    {
      "id": null,
      "name": "GetResponse",
      "type": "n8n-nodes-base.getResponse",
      "position": [
        450,
        300
      ]
    },
    {
      "id": null,
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        650,
        300
      ]
    },
    {
      "id": null,
      "name": "GetResponse1",
      "type": "n8n-nodes-base.getResponse",
      "position": [
        860,
        200
      ]
    },
    {
      "id": null,
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "position": [
        860,
        400
      ]
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}