n8n

How to Automate Webflow to Discord Form Intake?

New website inquiries land in the right Discord channel in seconds. Each Webflow form can have its own channel that is created the first time a submission arrives. Great for teams that work in Discord and want clean threads per form type.

When a form is sent, the flow lists channels in your server, turns the form name into a valid channel name, and checks if it already exists. If not, it creates the channel, posts a notice in the general channel with a direct link, and then sends the full submission. If the channel is already there, it skips straight to posting the entry. Form fields are turned into simple Markdown so your team can scan key details fast. The logic uses a check to choose the right path, a Set step to pass the channel and form data, and a final message step that targets the exact channel id.

Setup needs a Webflow API token and a Discord bot with permission to manage channels and send messages. After setup, a test form will spin up a channel and post data in seconds, which cuts manual routing and keeps history by topic. Useful for lead capture by product line, event signups, community requests, and client onboarding.

What are the key features?

  • Webflow form submission trigger starts the flow when a visitor submits a form.
  • Code transforms the form name into a valid Discord channel name using lowercase and dashes.
  • Discord channel list pulls all server channels to check for an existing match.
  • If check decides whether to create a new channel or reuse an existing one.
  • Discord create channel makes a dedicated space per form on first submission.
  • General channel notice posts a direct link when a new channel is created.
  • Code converts form fields into clear Markdown for easy reading in Discord.
  • Discord message sends the formatted submission to the correct channel id.
  • Set step carries forward the channel and form data needed for the final post.

What are the benefits?

  • Reduce manual routing from 10 minutes to under 1 minute
  • Automate channel creation for new forms with zero clicks
  • Improve data consistency by posting fields exactly as submitted
  • Handle more submissions without adding moderators
  • Connect Webflow and Discord so teams see requests in one place

How do you set it up?

  1. Import the template into n8n: Create a new workflow in n8n > Click the three dots menu > Select 'Import from File' > Choose the downloaded JSON file.
  2. You'll need accounts with Webflow and Discord. See the Tools Required section above for links to create accounts with these services.
  3. Open the Webflow Form Submission Trigger node. In the Credential field, click Create new credential and follow the on screen steps to connect your Webflow API V1 token. Select your Webflow site from the list.
  4. In the Discord Developer Portal, create an application and add a bot. Invite the bot to your server with Manage Channels and Send Messages permissions. Copy the bot token.
  5. In n8n, open any Discord node. In the Credential field, click Create new credential and paste the bot token. Save the credential and select your server in the Guild field where needed.
  6. Open List Discord Channels and select your Discord credential and the correct server. Save the node.
  7. Open Create Discord channel with form name and confirm it uses the same Discord credential and server. Do not change the name expression so channels match the form name format.
  8. Open Notify general channel and verify the channel id points to your actual general channel. Change it if your server uses a different default channel.
  9. Review the Filter existing Discord channel code node to confirm it lowercases names and replaces spaces with dashes. Adjust only if your naming rules differ.
  10. Activate the workflow in n8n. Submit a test form on your Webflow site. A new channel should appear if none existed. A notice should post in general, and the submission should post in the target channel.
  11. If nothing happens, check the n8n Execution list for errors, confirm the Webflow site selection is correct, and verify the bot has Manage Channels and Send Messages permissions on your server.
  12. Once tests pass, keep the workflow active to process live form submissions.

Tools Required

$24 / mo or $20 / mo billed annually to use n8n in the cloud. However, the local or self-hosted n8n Community Edition is free.

Discord

Sign up

Free: $0 / mo (no API usage fees; standard rate limits apply)

Webflow

Sign up

CMS Site plan: $23 / mo (billed yearly). Includes API access for CMS collections.

Similar Templates

Join Futurise to access 1,200+ automation templates

Get instant access to ready-made automation workflows for n8n, Make.com, AI agents, and more. Download, customise, and deploy in minutes.