Workflow: Netlify Airtable Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Netlify Trigger",
            "type": "n8n-nodes-base.netlifyTrigger",
            "position": [
                450,
                300
            ],
            "webhookId": "df7efc17-09bb-4409-9f6f-09bd5e59546e",
            "parameters": {
                "event": "submissionCreated",
                "formId": "615ad58f9f491e00070abac5",
                "siteId": "b585059c-a19a-487c-831f-c57af6f13bd1"
            },
            "credentials": {
                "netlifyApi": "Netlify account"
            },
            "typeVersion": 1
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                650,
                300
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "Name",
                            "value": "={{$json[\"name\"]}}"
                        },
                        {
                            "name": "Email",
                            "value": "={{$json[\"email\"]}}"
                        },
                        {
                            "name": "Role",
                            "value": "={{$json[\"role\"][0]}}"
                        }
                    ]
                },
                "options": [],
                "keepOnlySet": true
            },
            "typeVersion": 1
        },
        {
            "name": "Airtable",
            "type": "n8n-nodes-base.airtable",
            "position": [
                850,
                300
            ],
            "parameters": {
                "table": "Table 1",
                "options": [],
                "operation": "append",
                "application": "apphwBsFxzjDPDBA8"
            },
            "credentials": {
                "airtableApi": "Airtable Credentials @n8n"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Set": {
            "main": [
                [
                    {
                        "node": "Airtable",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Netlify Trigger": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Streamline data from an n8n form into Google Sheet and Airtable
View
Mattermost Webhook
View
(G) - Email Classification
View
Wait Code Update Webhook
View
MongoDB Agent
View
Summarize emails with A.I. then send to messenger
View
Intelligent Web Query and Semantic Re-Ranking Flow
View
Standup Bot - Read Config
View
Bannerbear Discord Create Webhook
View
Coffee Bot (Mattermost)
View