n8n Workflow

Get Company Data And Store It In Airtable

This n8n workflow automates tasks using Airtable. Get Company Data And Store It In Airtable - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Airtable. Get Company Data And Store It In Airtable - ready to import and run in your n8n instance.
Features:
  • Integrates with Airtable
  • Retrieves data from external sources
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "ce50aa56-c53a-443f-9bc0-b95f0b839419"
        },
        {
            "name": "Brandfetch",
            "type": "n8n-nodes-base.Brandfetch",
            "position": [
                450,
                300
            ],
            "parameters": {
                "domain": "n8n.io"
            },
            "credentials": {
                "brandfetchApi": "Brandfetch n8n credentials"
            },
            "typeVersion": 1,
            "id": "dab9c697-3cf8-4fdd-b80a-0a3ca1ec944d"
        },
        {
            "name": "Brandfetch1",
            "type": "n8n-nodes-base.Brandfetch",
            "position": [
                650,
                300
            ],
            "parameters": {
                "domain": "={{$node[\"Brandfetch\"].parameter[\"domain\"]}}",
                "operation": "company"
            },
            "credentials": {
                "brandfetchApi": "Brandfetch n8n credentials"
            },
            "typeVersion": 1,
            "id": "92c19a2b-eadb-4ac4-ac78-de5a0f89f6c9"
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                850,
                300
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "Name",
                            "value": "={{$node[\"Brandfetch1\"].json[\"name\"]}}"
                        },
                        {
                            "name": "Icon URL",
                            "value": "={{$node[\"Brandfetch\"].json[\"icon\"][\"image\"]}}"
                        },
                        {
                            "name": "Logo URL",
                            "value": "={{$node[\"Brandfetch\"].json[\"logo\"][\"image\"]}}"
                        }
                    ]
                },
                "options": [],
                "keepOnlySet": true
            },
            "typeVersion": 1,
            "id": "187605a9-ddcd-48f8-8243-c6ad573a2007"
        },
        {
            "name": "Airtable",
            "type": "n8n-nodes-base.airtable",
            "position": [
                1050,
                300
            ],
            "parameters": {
                "table": "Table 1",
                "options": [],
                "operation": "append",
                "application": "app5cseR9ZKgtU3dc"
            },
            "credentials": {
                "airtableApi": "Airtable Credentials n8n"
            },
            "typeVersion": 1,
            "id": "872a4dd6-a787-440d-abcf-c5e34a0d66cb"
        }
    ],
    "connections": {
        "Set": {
            "main": [
                [
                    {
                        "node": "Airtable",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Brandfetch": {
            "main": [
                [
                    {
                        "node": "Brandfetch1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Brandfetch1": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Brandfetch",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Airtable API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows