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 →
{
"name": "OpenRegister Example Workflow",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
128
],
"id": "747e9d47-bebb-4971-bec2-e5adcfe74c4b",
"name": "When clicking \u2018Execute workflow\u2019"
},
{
"parameters": {
"query": "Descartes Technologies",
"requestOptions": {}
},
"type": "@oregister/n8n-nodes-openregister.openRegister",
"typeVersion": 1,
"position": [
224,
128
],
"id": "86d8c7ac-6c04-4bda-b1e7-49e387f6e0f3",
"name": "Get companies by name",
"credentials": {
"openRegisterApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "companyDetails",
"companyId": "={{ $json.company_id }}",
"requestOptions": {}
},
"type": "@oregister/n8n-nodes-openregister.openRegister",
"typeVersion": 1,
"position": [
448,
-160
],
"id": "7c84879d-3c09-44eb-b68b-2ac9e74a967a",
"name": "Get company details",
"credentials": {
"openRegisterApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "companyOwners",
"companyId": "={{ $json.company_id }}",
"requestOptions": {}
},
"type": "@oregister/n8n-nodes-openregister.openRegister",
"typeVersion": 1,
"position": [
448,
224
],
"id": "18cc6751-97ae-4c0e-aadf-ce8152b77d82",
"name": "Get company owners",
"credentials": {
"openRegisterApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "companyFinancials",
"companyId": "={{ $json.company_id }}",
"requestOptions": {}
},
"type": "@oregister/n8n-nodes-openregister.openRegister",
"typeVersion": 1,
"position": [
448,
32
],
"id": "5eb5379c-9190-4dee-8564-95287a5dd04e",
"name": "Get company financials",
"credentials": {
"openRegisterApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "companyHoldings",
"companyId": "={{ $json.company_id }}",
"requestOptions": {}
},
"type": "@oregister/n8n-nodes-openregister.openRegister",
"typeVersion": 1,
"position": [
448,
416
],
"id": "8f1071af-bdd8-4afd-91a4-d98add5b5351",
"name": "Get company holdings",
"credentials": {
"openRegisterApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Get companies by name",
"type": "main",
"index": 0
}
]
]
},
"Get companies by name": {
"main": [
[
{
"node": "Get company details",
"type": "main",
"index": 0
},
{
"node": "Get company owners",
"type": "main",
"index": 0
},
{
"node": "Get company financials",
"type": "main",
"index": 0
},
{
"node": "Get company holdings",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "93ae7e46-5cdb-490a-a64e-0484abd750c3",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "waEWGw5KC0BQRCuk",
"tags": []
}
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.
openRegisterApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
OpenRegister Example Workflow. Uses @oregister/n8n-nodes-openregister. Event-driven trigger; 6 nodes.
Source: https://github.com/oregister/n8n-nodes-openregister/blob/3f67b0b86f4a06ae495c1eb0248a0d8810d128da/examples/openregister-example-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
03 - Flow Control Demo (Loop) V2. Event-driven trigger; 11 nodes.
03 - Flow Control Demo (Loop) V2. Event-driven trigger; 11 nodes.
Report Examples Demo. Event-driven trigger; 7 nodes.
Check if a Twitch Stream is Live. Uses graphql. Event-driven trigger; 7 nodes.
Automatically prune n8n execution history. Uses n8n. Event-driven trigger; 7 nodes.