Workflow: Slack Typeform Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Typeform Trigger",
            "type": "n8n-nodes-base.typeformTrigger",
            "position": [
                590,
                300
            ],
            "webhookId": "c8e53100-0616-4d3c-95b8-261eb0d1632b",
            "parameters": {
                "formId": "dpr2kxSL"
            },
            "credentials": {
                "typeformApi": "Typeform Access Token"
            },
            "typeVersion": 1
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                790,
                300
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "Name",
                            "value": "={{$json[\"Let's start with your name.\"]}}"
                        },
                        {
                            "name": "Email",
                            "value": "={{$json[\"What's your email address?\"]}}"
                        }
                    ]
                },
                "options": [],
                "keepOnlySet": true
            },
            "typeVersion": 1
        },
        {
            "name": "Airtable",
            "type": "n8n-nodes-base.airtable",
            "position": [
                990,
                300
            ],
            "parameters": {
                "table": "Table 1",
                "options": [],
                "operation": "append",
                "application": ""
            },
            "credentials": {
                "airtableApi": "Airtable Credentials n8n"
            },
            "typeVersion": 1
        },
        {
            "name": "Slack",
            "type": "n8n-nodes-base.slack",
            "position": [
                1190,
                300
            ],
            "parameters": {
                "text": "=*New Submission* \ud83d\ude4c\nName: {{$node[\"Set\"].json[\"Name\"]}}\nEmail: {{$node[\"Set\"].json[\"Email\"]}}",
                "channel": "general",
                "attachments": [],
                "otherOptions": []
            },
            "credentials": {
                "slackApi": "Slack Bot Credentials"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Set": {
            "main": [
                [
                    {
                        "node": "Airtable",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Airtable": {
            "main": [
                [
                    {
                        "node": "Slack",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Typeform Trigger": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Unsubscribe Mautic contacts from automated unsubscribe emails
View
Code Converttofile Send Webhook
View
n8napi-check-workflow-which-model-is-using
View
Create Animated Stories using GPT-4o-mini, Midjourney, Kling and Creatomate API
View
🐋🤖 DeepSeek AI Agent + Telegram + LONG TERM Memory 🧠
View
AI Logo Sheet Extractor to Airtable
View
Code Pipedrive Automation Triggered
View
Splitout Code Automation Webhook
View
Contact Form Text Classifier for eCommerce
View
CoinMarketCap_Crypto_Agent_Tool
View