AutomationFlowsGeneral › Manage E-goi Subscribers: Create, Update, Get

Manage E-goi Subscribers: Create, Update, Get

Original n8n title: Create, Update, and Get a Subscriber Using the E-goi Node

Create, update, and get a subscriber using the e-goi node. Uses manualTrigger, egoi. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesEgoi
General Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "id": "189",
  "name": "Create, update, and get a subscriber using the e-goi node",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        270,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "e-goi",
      "type": "n8n-nodes-base.egoi",
      "position": [
        470,
        300
      ],
      "parameters": {
        "list": 1,
        "email": "nathan@testmail.com",
        "additionalFields": {
          "first_name": "Nathan"
        }
      },
      "credentials": {
        "egoiApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "e-goi1",
      "type": "n8n-nodes-base.egoi",
      "position": [
        670,
        300
      ],
      "parameters": {
        "list": "={{$node[\"e-goi\"].parameter[\"list\"]}}",
        "contactId": "={{$node[\"e-goi\"].json[\"base\"][\"contact_id\"]}}",
        "operation": "update",
        "updateFields": {
          "first_name": "Nat"
        }
      },
      "credentials": {
        "egoiApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "e-goi2",
      "type": "n8n-nodes-base.egoi",
      "position": [
        870,
        300
      ],
      "parameters": {
        "list": "={{$node[\"e-goi\"].parameter[\"list\"]}}",
        "contactId": "={{$node[\"e-goi1\"].json[\"base\"][\"contact_id\"]}}",
        "operation": "get"
      },
      "credentials": {
        "egoiApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "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
          }
        ]
      ]
    }
  }
}

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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Create, update, and get a subscriber using the e-goi node. Uses manualTrigger, egoi. Event-driven trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

This workflow allows you to create, update, and get a subscriber using the E-goi node.

Egoi
General

Http-Handle. Uses httpRequest. Event-driven trigger; 13 nodes.

HTTP Request
General

Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.

Ssh, Execute Workflow Trigger, HTTP Request
General

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.

N8N Nodes Straker Verify, Google Drive, Google Drive Trigger
General

The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨

Stop And Error