⚡ Only 300 spots remaining • Closes in 2d 14h 32m

Back to Workflow Library
Utilities
High Voltage

Create a new member, update the information of the member, create a note and a post for the member in Orbit

This comprehensive workflow automation helps you streamline Create a new member, update the information of the member, create a note and a post for the member in Orbit processes. By using this blueprint, you can eliminate manual data entry and ensure seamless integration between your favorite platforms.

#Create
#member
#update
#information
#member

Automation Logic

n8n JSON Blueprint

This workflow is pre-configured and ready for deployment. Simply import the JSON template into your n8n instance and configure your credentials.

This is an exclusive blueprint. Copy the JSON below to use it.

QUICK DEPLOY

  • 1
    Download the .json file
  • 2
    Open n8n & click "Import"
  • 3
    Configure your API keys

PRO TIP

Always test your workflow in a development environment before pushing to production.

JSON BLUEPRINT

n8n-workflow.json
{
  "id": "105",
  "name": "Create a new member, update the information of the member, create a note and a post for the member in Orbit",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Orbit",
      "type": "n8n-nodes-base.orbit",
      "position": [
        450,
        300
      ],
      "parameters": {
        "operation": "upsert",
        "identityUi": {
          "identityValue": {
            "source": "github",
            "searchBy": "username",
            "username": ""
          }
        },
        "workspaceId": "425",
        "additionalFields": {}
      },
      "credentials": {
        "orbitApi": "orbit-review"
      },
      "typeVersion": 1
    },
    {
      "name": "Orbit1",
      "type": "n8n-nodes-base.orbit",
      "position": [
        650,
        300
      ],
      "parameters": {
        "memberId": "={{$node[\"Orbit\"].json[\"id\"]}}",
        "operation": "update",
        "workspaceId": "={{$node[\"Orbit\"].parameter[\"workspaceId\"]}}",
        "updateFields": {
          "tagsToAdd": ""
        }
      },
      "credentials": {
        "orbitApi": "orbit-review"
      },
      "typeVersion": 1
    },
    {
      "name": "Orbit2",
      "type": "n8n-nodes-base.orbit",
      "position": [
        850,
        300
      ],
      "parameters": {
        "note": "",
        "memberId": "={{$node[\"Orbit\"].json[\"id\"]}}",
        "resource": "note",
        "workspaceId": "={{$node[\"Orbit\"].parameter[\"workspaceId\"]}}"
      },
      "credentials": {
        "orbitApi": "orbit-review"
      },
      "typeVersion": 1
    },
    {
      "name": "Orbit3",
      "type": "n8n-nodes-base.orbit",
      "position": [
        1050,
        300
      ],
      "parameters": {
        "url": "https://medium.com/n8n-io/sending-sms-the-low-code-way-with-airtable-twilio-programmable-sms-and-n8n-90dbde74223e",
        "memberId": "={{$node[\"Orbit\"].json[\"id\"]}}",
        "resource": "post",
        "workspaceId": "={{$node[\"Orbit\"].parameter[\"workspaceId\"]}}",
        "additionalFields": {}
      },
      "credentials": {
        "orbitApi": "orbit-review"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Orbit": {
      "main": [
        [
          {
            "node": "Orbit1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Orbit1": {
      "main": [
        [
          {
            "node": "Orbit2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Orbit2": {
      "main": [
        [
          {
            "node": "Orbit3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Orbit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

To use this, copy the JSON above and paste it directly onto your n8n canvas.

IMPLEMENTATION GUIDE

Required Nodes

  • Create Node
  • member Node
  • update Node
  • information Node
  • member Node
  • Cron / Webhook Trigger

Core Benefits

  • 100% Automated Execution
  • Reduces Manual Data Entry
  • Infinite Scalability

Need Help Building Your Private Cloud?

Join the elite marketers who have offloaded their entire backend to n8n. Get direct support and custom builds in our private forum.

user