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 →
{
"createdAt": "2021-02-19T17:00:08.359Z",
"updatedAt": "2021-02-19T17:00:09.839Z",
"id": "50",
"name": "Brandfetch:color company font logo industry",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "82e5bad6-fe48-46f5-a494-d5c92fb33bde"
},
{
"parameters": {
"operation": "color",
"domain": "n8n.io"
},
"name": "Brandfetch",
"type": "n8n-nodes-base.Brandfetch",
"typeVersion": 1,
"position": [
500,
300
],
"credentials": {
"brandfetchApi": {
"name": "<your credential>"
}
},
"id": "5116c2ec-f940-48ed-b325-577e41ec28ab"
},
{
"parameters": {
"operation": "company",
"domain": "n8n.io"
},
"name": "Brandfetch1",
"type": "n8n-nodes-base.Brandfetch",
"typeVersion": 1,
"position": [
650,
300
],
"credentials": {
"brandfetchApi": {
"name": "<your credential>"
}
},
"id": "efa378a2-cac0-4e32-a068-ed3260cdbf5d"
},
{
"parameters": {
"operation": "font",
"domain": "n8n.io"
},
"name": "Brandfetch2",
"type": "n8n-nodes-base.Brandfetch",
"typeVersion": 1,
"position": [
800,
300
],
"credentials": {
"brandfetchApi": {
"name": "<your credential>"
}
},
"id": "7052951a-6829-437b-b222-13e0d19f8b2d"
},
{
"parameters": {
"operation": "industry",
"domain": "n8n.io"
},
"name": "Brandfetch3",
"type": "n8n-nodes-base.Brandfetch",
"typeVersion": 1,
"position": [
1100,
300
],
"credentials": {
"brandfetchApi": {
"name": "<your credential>"
}
},
"id": "98a08780-4212-4f77-9d7e-043da423672a"
},
{
"parameters": {
"domain": "n8n.io",
"download": true,
"imageTypes": [
"icon"
]
},
"name": "Brandfetch4",
"type": "n8n-nodes-base.Brandfetch",
"typeVersion": 1,
"position": [
950,
300
],
"credentials": {
"brandfetchApi": {
"name": "<your credential>"
}
},
"id": "0966b6d6-13c0-4571-9b79-4ac6966e7210"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Brandfetch",
"type": "main",
"index": 0
}
]
]
},
"Brandfetch": {
"main": [
[
{
"node": "Brandfetch1",
"type": "main",
"index": 0
}
]
]
},
"Brandfetch1": {
"main": [
[
{
"node": "Brandfetch2",
"type": "main",
"index": 0
}
]
]
},
"Brandfetch2": {
"main": [
[
{
"node": "Brandfetch4",
"type": "main",
"index": 0
}
]
]
},
"Brandfetch3": {
"main": [
[]
]
},
"Brandfetch4": {
"main": [
[
{
"node": "Brandfetch3",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"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.
brandfetchApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Brandfetch:color company font logo industry. Uses start, Brandfetch. Manual trigger; 6 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/50.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.
TheHive[v4]:Alert:create update get getAll promote merge:Case:create update get getAll:Observable:create update get search getAll:Task:create update get search getAll:Log:create get getAll. Uses start
uProc:Audio:*:company:*;. Uses start, uproc. Manual trigger; 36 nodes.
Trello:Board:*List:*Card:*Label:*CardComment:*Attachment:*CheckList:*. Uses start, trello. Manual trigger; 35 nodes.
ClickUp:Task:create update member getAll get delete:List:create update customFields member getAll get delete. Uses start, clickUp. Manual trigger; 30 nodes.