Tutorials
Last updated on:
Mar 21, 2025

How to send Webflow form submissions to your Slack channel

BRIX Templates Logo
Author
BRIX Templates
How to send Webflow form submissions to your Slack channel
Article changelog

Mar 21, 2025 - Initial version of the article published

Table of contents

Webflow's form handling captures submissions effectively, but there's a common challenge: getting those form submissions in front of your team quickly. Without immediate notifications, important leads and inquiries can sit unattended in your dashboard for hours or even days, leading to missed opportunities and frustrated customers.

In this guide, you'll learn how to set up automated notifications in Slack whenever someone submits a form on your Webflow site using Make (formerly Integromat)—a powerful and cost-effective automation platform that will keep your team informed instantly.

Why Slack notifications matter for Webflow forms

  • Lead response time: When potential customers submit a form, every minute counts. Slack notifications enable your team to respond within minutes rather than hours, dramatically increasing conversion rates.
  • No dashboard monitoring: Eliminate the need for team members to constantly check the Webflow dashboard for new submissions—bring the information directly to where your team already works.
  • Intelligent routing: Send different Webflow form types to the appropriate Slack channels automatically—contact forms to #sales, support requests to #help, and job applications to #recruiting.
  • Complete submission data: View all form fields directly in Slack, allowing team members to qualify leads or prioritize requests without switching platforms.
  • Visible accountability: When form notifications appear in public channels, it's clear who takes ownership of each submission, reducing duplicate responses and preventing leads from being ignored.

Available methods for Webflow-Slack integration

Before diving into the setup, it's worth noting that there are two reliable methods for connecting your Webflow forms with Slack:

  1. Sending Slack notifications with Make (recommended): Our top recommendation offering a generous free tier with 1,000 operations monthly—plenty for most websites with moderate traffic.
  2. Zapier integration for Slack notifications: A solid alternative if you're already using Zapier for other workflows, though it typically comes with higher costs for similar functionality (free tier limited to 100 tasks).

Let's explore the Make method in detail, as it offers the best balance of functionality and affordability for most Webflow projects.

How to send Webflow form submissions to Slack using Make

Setting up automated Slack notifications with Make involves creating a webhook connection between your Webflow forms and Slack. In this walkthrough, we'll first prepare your Webflow form, then create the automation in Make, and finally configure the Slack notification that will be sent to your team.

This entire setup should take about 10-15 minutes and works reliably for sites of any size.

Step 1: Setting up your Webflow form for Slack integration

  1. Navigate to your Webflow project and select the page where you want to add or modify a form.
  2. If you don't already have a form, add a Form element from the Add Elements panel.
  3. Configure your form fields to collect necessary information (name, email, message, etc.).
  4. Under form settings (gear icon), ensure your Form Name is clearly labeled for identification in Make.
  5. Add your success and error messages as needed.
  6. Publish your site for the form to be accessible to Make. 🚨 This is crucial—Make can only detect forms on published sites.
Setting up Webflow form name for Slack notification integration

Step 2: Creating a Webflow form automation in Make for Slack notifications

  1. Sign up for a free Make account if you don't already have one.
  2. From the Make dashboard, click the Create a new scenario button.
  3. Give your scenario a descriptive name, such as "Webflow Form Submission to Slack Notification."
  4. Click the large + icon in the center of the screen to add your first module.
  5. Search for and select "Webflow" from the apps list.
  6. For the trigger, select "Watch Events" (which will capture form submissions).
Selecting Webflow trigger in Make for Slack form notification automation

Step 3: Setting up the Webflow webhook connection in Make

  1. Click + Add next to the "Webhook" dropdown to create a new webhook.
  2. For Webhook name, enter a descriptive name (e.g., "Contact Form" or your site name).
  3. Next to Connection, click + Add to create a new connection to your Webflow account.
  4. Enter a Connection name (e.g., "Webflow Account").
  5. Click Save to create the connection.
Configuring Webflow webhook in Make for form submission detection Slack

Make will open a new tab/window to Webflow, and now you need to:

  1. Authorize Make to access your Webflow account.
  2. Select the specific site you want to connect from the dropdown.
  3. Click Authorize App.
Authorize make integration in Webflow to send form data to Slack channel

Back in Make:

  1. The Site ID dropdown should now populate. Select your site.
  2. For Trigger Type, select Form Submission.
  3. Click Save to complete the webhook setup.
Configuring Webflow site and form submission trigger for Slack notifications

Step 4: Testing your Webflow form connection with Make

Important: Ensure your Webflow site is published with the form. The form must be live for Make to detect it.

  1. Click the Run once button at the bottom left of the Make scenario editor. This puts Make into a listening mode.
  2. Go to your published Webflow site and fill out your form completely. Use real data for testing (so you can verify the Slack notification contains accurate information).
  3. Submit the form.
  4. Return to Make. You should see a bubble with a "1" appear above the Webflow module, indicating that Make successfully received the form submission data.
  5. Click the magnifying glass icon on the bubble to inspect the data Make received from your form submission.
Testing webflow form data connection in Make for Slack notification setup

Step 5: Adding the Slack module to your Webflow form automation

  1. Click the + icon to the right of your Webflow module to add another step.
  2. Search for and select "Slack" from the apps list.
  3. Select "Create a Message" as the action.
Adding slack notification module to Webflow form submission automation

Step 6: Configuring your Slack connection for Webflow form notifications

  1. For Connection, click + Add to create a new Slack connection.
  2. Make will redirect you to Slack's authorization page.
  3. Select the Slack workspace where you want to send notifications.
  4. Review the permissions Make is requesting and click Allow.
  5. You'll be redirected back to Make with your Slack connection established.
Authorize Slack workspace access for Webflow form notification delivery

Step 7: Setting up your Slack notification template for Webflow form data

Now you'll configure how your Slack notification will appear:

  1. In the Channel dropdown, select the Slack channel where you want notifications to appear.
  2. For Text, click in the field to open the data mapping panel. This is where you'll build your message with form data.

Here's an example of what your message could look like:

📝 *New form submission received*
  *Name:* {{1.Data.Name}}
  *Email:* {{1.Data.Email}}
  *Subject:* {{1.Data.Subject}}
  *Message:* {{1.Data.Message}}
  Submitted at: {{formatDate(1.timestamp; "YYYY-MM-DD HH:mm:ss")}}‍‍

‍Notice that we're using {{1.Data.FieldName}} to dynamically insert data from the form submission. The field names should match exactly what you have in your Webflow form.

Configuring Slack message template with mapped Webflow form fields
  1. Optionally, for Bot Name, enter a custom name for the bot that will post messages (e.g., "Webflow Forms Bot").
  2. For Bot Icon, you can set a custom emoji (e.g., ":incoming_envelope:") or upload an icon.
  3. Leave the remaining options at their default values unless you have specific requirements.
  4. Click OK to save your Slack message configuration.
Customize Slack bot appearance for Webflow form notification messages

Step 8: Activating your Webflow form to Slack automation

  1. Click Save to save your complete scenario.
  2. Toggle the scheduling switch (at the bottom left, next to "Run once") to the ON position.
  3. The default schedule, "Immediately as data arrives" is usually the best option for form submissions. This ensures notifications are sent right away.
  4. Click OK to activate the scenario.
Activate realtime Webflow form to Slack notification automation workflow

Step 9: Testing the complete Webflow form to Slack workflow

  1. Go to your published Webflow site.
  2. Submit another test form with sample data.
  3. Check your Slack channel to confirm that you received the notification with the correct form data.
  4. If needed, return to Make to adjust the message format or other settings.
Completed webflow form submission notification in Slack channel example

Advanced Webflow form to Slack notification options

Once you've set up the basic Webflow form to Slack notification, Make offers several powerful features to enhance your workflow:

Adding conditional logic to Webflow form notifications in Slack

You can create different notification formats or send to different Slack channels based on form selections:

  1. Click the wrench icon on the connection line between your Webflow and Slack modules.
  2. Select "Set up a filter".
  3. Give the filter a label (e.g., "Support Requests Only").
  4. Set the condition by choosing a form field (e.g., "Department"), an operator (e.g., "Equal to"), and the value to match (e.g., "Support").
  5. Click Save.

You can then add a second Slack module with a different filter to send notifications to another channel based on different form selections.

Implementing conditional routing for different Webflow form types to Slack channels

Using Zapier as an alternative for Webflow form notifications in Slack

While Make is our recommended solution, Zapier is a solid alternative if you're already using it for other automations:

  1. Create a Zapier account or log into your existing account.
  2. Create a new Zap with Webflow as the trigger app and "New Form Submission" as the trigger event.
  3. Select your Webflow site and form from the dropdown options.
  4. Add an action step with Slack as the app and "Send Channel Message" as the action event.
  5. Connect your Slack account and select the channel where you want to send notifications.
  6. Configure the message format using Zapier's template options.
  7. Test and activate your Zap.

The main drawback with Zapier is you'll only get 100 tasks per month on their free plan, compared to Make's 1,000 operations. If you're expecting more than a handful of form submissions weekly, Make will likely save you money in the long run.

Troubleshooting common Webflow form to Slack integration issues

  • Form submissions aren't triggering the automation: Make sure your Webflow site is published after making any form changes. The webhook in Make can only detect published forms.
  • Make doesn't see your Webflow form submission: Try clicking "Run once" in Make before submitting your test form. This puts Make into listening mode to capture the data.
  • Missing Webflow form fields in Slack notifications: Verify that the field names in your Slack message template match exactly the field names in your Webflow form, including capitalization.
  • Webflow notifications not appearing in Slack: Check that your Slack connection is authorized with correct permissions and that the channel name is typed exactly as it appears in Slack (case-sensitive).
  • Error messages in Make for Webflow forms: If you see a red bubble instead of green after submitting a form, click on it to view the error details. Common issues include incorrect data mapping or expired authorization tokens.
  • Formatting issues in Slack messages from Webflow: Test your message format with simple text first before adding more complex formatting to ensure the basic connection is working correctly.

Conclusion

Setting up automated Slack notifications for Webflow form submissions streamlines team communication and significantly improves response times to potential customers. With Make's generous free tier and straightforward interface, you can create professional notification workflows that keep your team informed without requiring constant monitoring of your Webflow dashboard.

For most Webflow sites, the Make integration offers the perfect balance of functionality, reliability, and cost-effectiveness. Zapier remains a viable alternative, particularly if you're already invested in that ecosystem, but typically comes with higher costs for similar capabilities.

Need help implementing more complex form handling or other Webflow customizations? Our full-service Webflow no-code agency specializes in creating tailored solutions that elevate your site's functionality while maintaining a seamless user experience.

BRIX Templates Logo
About BRIX Templates

At BRIX Templates we craft beautiful, modern and easy to use Webflow templates & UI Kits.

Explore our Webflow templates
Join the conversation
Join our monthly Webflow email newsletter!

Receive one monthly email newsletter with the best articles, resources, tutorials, and free cloneables from BRIX Templates!

Webflow Newsletter
Thanks for joining our Webflow email newsletter
Oops! Something went wrong while submitting the form.
BRIX Templates - Email Newsletter with Webflow ResourcesBRIX Templates - Email NewsletterBRIX Templates - Webflow Email Newsletter
Is Webflow good for SEO? Analysis of SEO features and capabilities

Is Webflow good for SEO? Analysis of SEO features and capabilities

Wondering if Webflow is good for SEO? This guide breaks down all native SEO features, technical features, and how they compare to other CMS.

Mar 26, 2025
Is Framer CMS secure? A comprehensive security analysis

Is Framer CMS secure? A comprehensive security analysis

Our detailed security assessment examines Framer CMS against today's cyber threats, analyzing its architecture, infrastructure, and more.

Mar 25, 2025
Is Webflow secure? A comprehensive security analysis

Is Webflow secure? A comprehensive security analysis

Our in-depth security analysis evaluates Webflow CMS against modern threats, examining its infrastructure, encryption standards, and more.

Mar 25, 2025