Home / Companies / Webflow / Blog / Post Details
Content Deep Dive

Build automated lead notification workflows using Webflow Forms, Zapier, and Slack

Blog post from Webflow

Post Details
Company
Date Published
Author
Webflow Team
Word Count
498
Language
English
Hacker News Points
-
Summary

The integration connects Webflow form submissions to Slack channels using Zapier's automation platform to provide real-time lead notifications with structured lead data and strong security measures. It employs a three-stage webhook pipeline where Webflow captures form data, Zapier processes it, and Slack delivers formatted notifications, requiring OAuth2 authentication for connections. Each platform involved—Webflow, Zapier, and Slack—necessitates specific configurations and access levels to enable this workflow. Webflow uses Site Tokens or OAuth App Tokens for authentication, implementing HMAC webhook verification for security, while Zapier recommends API key authentication and encrypts stored credentials. Slack uses OAuth v2 for app installations with bot tokens for Chat API methods and supports HMAC signature verification for webhook security, offering an alternative with incoming webhooks that bypass OAuth token management.