Create, update, and get a subscriber using the e-goi node

Create, update, and get a subscriber using the e-goi node

Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
4
Node Types
0

Workflow JSON

2.13 KB
{
  "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": "[email protected]",
        "additionalFields": {
          "first_name": "Nathan"
        }
      },
      "credentials": {
        "egoiApi": "e-goi Credentials"
      },
      "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",
    ...

Showing first 1000 characters. Click "Expand" to view the full JSON.