Automate Slack Notifications from Webflow Forms Using n8n

This workflow automates sending Webflow form submissions to specific Slack channels by dynamically creating channels named after form names. It solves the problem of manually managing notifications, saving time and preventing missed form responses.
slack
webflowTrigger
code
+3
Workflow Identifier: 2250
NODES in Use: webflowTrigger, slack, code, if, set, stickyNote

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What this workflow does

This workflow takes form submissions from Webflow and sends message notifications to specific Slack channels.
It stops the need to sort form data manually.
If a matching Slack channel does not exist, it makes one automatically.

You get a neat Slack message showing form answers in the right channel fast, every time.


Who should use this workflow

This is for people who manage many Webflow forms and want to keep teams updated in Slack.
It suits community managers, event coordinators, or anyone with several online forms needing quick Slack alerts.
It stops lost or late messages and makes sure the info reaches the right team.


Tools and services

  • n8n: Runs the automation workflow.
  • Webflow API V1: Sends form submissions to n8n.
  • Slack Bot OAuth Token: Creates channels and posts messages.
  • Slack Block Kit: Formats messages nicely in Slack.


Input → Processing → Output

Input

The input is a form submission from Webflow containing form name and data fields.

Processing

  • The workflow triggers from a new Webflow form submission.
  • It gets a list of all Slack channels.
  • It checks if there is a Slack channel with a name matching the form’s name (lowercase and hyphenated).
  • If no channel found, it creates one with the transformed form name.
  • It formats the form data into a Slack Block Kit message.
  • Sends the message to the matched or newly created Slack channel.
  • Also sends a notification message to the #general Slack channel if a new channel was created.

Output

A Slack message listing form answers posts in the correct Slack channel fast.
The team sees form submissions clearly grouped by channel, and admins get notices when new channels spawn.


Beginner step-by-step: How to use this workflow in n8n production

Step 1: Import the workflow

  1. Download the workflow file using the Download button on this page.
  2. Open the n8n editor where workflows are managed.
  3. Click to import the workflow using the “Import from File” option.

Step 2: Configure credentials and settings

  1. Set up your Webflow API V1 Token in n8n Credentials.
  2. Configure Slack Bot OAuth Token with required permissions.
  3. Check and update IDs, emails, channels, or table settings in the nodes if your workspace needs it.
  4. Paste code snippets if needed from the provided code blocks in nodes directly.

Step 3: Test the workflow

  1. Submit a test Webflow form to send data to n8n.
  2. Watch for a Slack message to appear in the correct or newly created channel.

Step 4: Activate the workflow for production

  1. Once testing looks correct, switch the workflow to active mode.
  2. Keep n8n running live on server or self-host n8n to listen to webhook calls.

Now all live form submissions post automatically in Slack according to the workflow logic.


Inputs and outputs explained

The workflow input comes from Webflow’s form submission webhook.
The output is a formatted Slack message posting to a specific Slack channel matching the form name.


Handling edge cases and errors

When Slack does not allow channel creation due to missing permissions, the workflow fails with a scope error.
Check Slack app scopes like channels:manage and chat:write to fix this.

If the Webflow trigger does not start, the webhook might be inactive or the wrong site selected in the trigger.
Verify your webhook URL and settings in Webflow.


Customization ideas

  • You can change the Slack message formatting code to add buttons, images, or links.
  • Adjust the channel naming scheme by modifying the code that transforms form names.
  • Change the notification channel from #general to another Slack channel or direct message a user.
  • Add extra nodes to save form data to Google Sheets or a database alongside Slack.


Summary and results

✓ Saves time by automating Webflow form message routing into Slack.
✓ Avoids missed submissions by immediate Slack notifications.
✓ Creates new Slack channels automatically when needed.
✓ Gives clear Slack messages showing all form answers in one place.
✓ Keeps the whole team updated with #general notifications.
✓ Easy to set up using the ready-to-import workflow in n8n.


Frequently Asked Questions

Slack Bot OAuth Token must have scopes like channels:manage and chat:write to create channels and post messages.
The workflow transforms the Webflow form name to lowercase and hyphen format, then checks Slack channels list. If no match, it creates a new one.
Yes, it dynamically processes any form name and routes messages to matching or new Slack channels accordingly.
Check that Webflow trigger uses the right site, webhook is active, and Slack credentials have correct permissions.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free