n8n Workflow

Create A New Member Update The Infromation Create A Note And Post In Orbit

This n8n workflow creates tasks and integrates with various services. Create A New Member Update The Infromation Create A Note And Post In Orbit - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow creates tasks and integrates with various services. Create A New Member Update The Infromation Create A Note And Post In Orbit - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "8ed0fd40-616a-4a6f-85c3-e29d51a2b5cb"
        },
        {
            "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,
            "id": "4935f5fc-ce73-46be-9761-b6eb359ffb8c"
        },
        {
            "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,
            "id": "5f040057-3069-431c-a49b-95fb8aec61e6"
        },
        {
            "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,
            "id": "4da8261d-4573-44f1-9e06-e08482095638"
        },
        {
            "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,
            "id": "6973ca54-7e21-443e-af78-b5277ef2eba7"
        }
    ],
    "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
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows