Trigger Workflow on New Webflow Form Submissions
Automate your lead capture and data entry by triggering workflows whenever a new form is submitted on your Webflow website. Connect Webflow form data to any application.
Overview
Initiates an automated workflow in real-time upon receiving a new form submission from a Webflow site, allowing for instant data processing and follow-up actions.
🚀 Description & Use Case
This workflow provides the foundational trigger to automate actions based on new form submissions from your Webflow website. It's the starting point for creating powerful, custom automations that connect your Webflow site to hundreds of other applications.
⚙️ How It Works:
- Webflow Trigger: The workflow is initiated by the
Webflow Triggernode. - Listen for Submissions: This node is configured to listen for new 'form_submission' events on a specific Webflow site you've connected.
- Instant Activation: As soon as a visitor submits a form on your site, this workflow will run instantly, capturing all the data from the form fields.
✅ Real-World Use Cases:
This trigger is the first step in building countless automations. You can connect it to other nodes to:
- CRM Integration: Automatically create or update a lead in Salesforce, HubSpot, or any other CRM.
- Instant Notifications: Send a real-time notification to your team's Slack or Discord channel with the form details.
- Lead Nurturing: Add the new contact to a Mailchimp or ConvertKit mailing list for automated email sequences.
- Data Management: Log every form submission as a new row in a Google Sheet or an Airtable base.
- Personalized Follow-ups: Send a personalized thank-you email to the submitter using Gmail or SendGrid.
- Task Creation: Create a new task in project management tools like Asana, Trello, or Jira for your team to follow up on the submission.
Simply add new nodes after the Webflow Trigger to build out the automation that best suits your business needs.
Instructions
Basic steps
- Download workflow JSON
- Import into n8n
- Configure node parameters as needed
- Test and enable the workflow
💡 Tips
After importing, verify all connectors and credentials match your environment.
Preview
Workflow Visualization
Nodes
Webflow Trigger
webflowTrigger
Statistics
View full JSON structure
{
"nodes": [
{
"name": "Webflow Trigger",
"type": "n8n-nodes-base.webflowTrigger",
"position": [
514,
217
],
"webhookId": "ce934229-1396-4920-8bfe-10579aa6f9dd",
"parameters": {
"site": "5f4e2d2bbdf69039816428f7",
"authentication": "oAuth2"
},
"credentials": {
"webflowOAuth2Api": "webflow"
},
"typeVersion": 1
}
],
"connections": {}
}Actions
Technical Specs
Compatibility
License
This workflow template follows MIT license, you can freely use, modify and distribute.
Please comply with relevant third-party service terms when using.