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 →
{
"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": "<your credential>"
},
"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": "<your credential>"
},
"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": "<your credential>"
},
"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": "<your credential>"
},
"typeVersion": 1
}
],
"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
}
]
]
}
}
}
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.
orbitApi
About this workflow
Create A New Member Update The Infromation Create A Note And Post In Orbit. Uses manualTrigger, orbit. Event-driven trigger; 5 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →