{
  "name": "Create, update, and get a subscriber using the e-goi node",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        270,
        300
      ]
    },
    {
      "id": null,
      "name": "e-goi",
      "type": "n8n-nodes-base.egoi",
      "position": [
        470,
        300
      ]
    },
    {
      "id": null,
      "name": "e-goi1",
      "type": "n8n-nodes-base.egoi",
      "position": [
        670,
        300
      ]
    },
    {
      "id": null,
      "name": "e-goi2",
      "type": "n8n-nodes-base.egoi",
      "position": [
        870,
        300
      ]
    }
  ],
  "connections": {
    "e-goi": {
      "main": [
        [
          {
            "node": "e-goi1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e-goi1": {
      "main": [
        [
          {
            "node": "e-goi2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "e-goi",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}