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": "Elvesora - Enrich a company by domain",
"nodes": [
{
"parameters": {},
"id": "6fa73731-2cbc-4a87-9334-838c4b8fa60d",
"name": "When clicking Execute workflow",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"domain": "example.com",
"simplify": true,
"options": {
"idempotencyKey": "n8n-example-example-com-v1"
}
},
"id": "f7e25ebf-ff74-4a12-93ef-83f281435e9d",
"name": "Enrich company",
"type": "n8n-nodes-elvesora-enrichment.elvesoraEnrichment",
"typeVersion": 1,
"position": [
260,
0
]
},
{
"parameters": {
"content": "## Elvesora Enrichment example\n\nSelect an **Elvesora Enrichment API** credential on the Enrich company node.\n\nThe example uses a fixed idempotency key for `example.com`. Change the domain and the key together for a different logical request.",
"height": 220,
"width": 420
},
"id": "fd65d805-19c4-42a2-a934-b95b2e588e0b",
"name": "Setup note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
-20,
-300
]
}
],
"connections": {
"When clicking Execute workflow": {
"main": [
[
{
"node": "Enrich company",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "356887c0-c4c4-4e08-a079-88cf7cf198ef",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Elvesora - Enrich a company by domain. Uses n8n-nodes-elvesora-enrichment. Event-driven trigger; 3 nodes.
Source: https://github.com/Elvesora/n8n-nodes-elvesora-enrichment/blob/main/examples/Elvesora-company-enrichment.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.
KIE - Image Generation with Flux. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
Elvesora Company Domain Lookup. Uses n8n-nodes-elvesora-domain-lookup. Event-driven trigger; 2 nodes.
Flux Ai Image Generator. Uses respondToWebhook, stickyNote, s3, formTrigger. Webhook trigger; 19 nodes.
Export Wordpress Posts To Spreadsheet. Uses manualTrigger, wordpress, spreadsheetFile, writeBinaryFile. Event-driven trigger; 4 nodes.
Create Update And Get A Post In Ghost. Uses manualTrigger, ghost. Event-driven trigger; 4 nodes.