Workflow: Autopilot Airtable Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Autopilot Trigger",
            "type": "n8n-nodes-base.autopilotTrigger",
            "position": [
                470,
                200
            ],
            "webhookId": "d7aa9691-49cb-4b01-8ecc-9a38fd708cf2",
            "parameters": {
                "event": "contactAdded"
            },
            "credentials": {
                "autopilotApi": "Autopilot API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                670,
                200
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "First Name",
                            "value": "={{$json[\"contact\"][\"FirstName\"]}}"
                        },
                        {
                            "name": "Last Name",
                            "value": "={{$json[\"contact\"][\"LastName\"]}}"
                        },
                        {
                            "name": "Email",
                            "value": "={{$json[\"contact\"][\"Email\"]}}"
                        }
                    ]
                },
                "options": [],
                "keepOnlySet": true
            },
            "typeVersion": 1
        },
        {
            "name": "Airtable",
            "type": "n8n-nodes-base.airtable",
            "position": [
                870,
                200
            ],
            "parameters": {
                "table": "Table 1",
                "options": [],
                "operation": "append",
                "application": "appflT9EkWRGsSFM2"
            },
            "credentials": {
                "airtableApi": "Airtable Credentials n8n"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Set": {
            "main": [
                [
                    {
                        "node": "Airtable",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Autopilot Trigger": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Manual Noop Automation Webhook
View
n8n Community Topic Tracker by Keyword
View
AI-Powered Information Monitoring with OpenAI, Google Sheets, Jina AI and Slack
View
Splitout GoogleCalendar Create Scheduled
View
OpenAI e-mail classification - application
View
OpenSea NFT Agent Tool
View
Webhook Graphql Automate Webhook
View
Enhance Chat Responses with Real-Time Search Data via Bright Data & Gemini AI
View
Summarize emails with A.I. then send to messenger
View
MONDAY GET FULL ITEM
View