n8n
n8n copied to clipboard
Webflow - Form Submissions
Bug Description
I'm trying to configure Webflow so that every time a form is submitted, it's captured and sent to our CRM. I've set up the app in non-legacy mode, and it retrieves the pages perfectly. However, when I run the test, I get the following error:
Webflow Trigger: OAuthForbidden: You are missing the following scopes - 'forms:read'
I've tested the other functionalities of the node, and it stays in listening mode perfectly, working without any issues.
To Reproduce
- Create a new scenario.
- Select the initial Webflow module to capture form submissions.
- Configure the connection using the OAuth app details you created in Webflow, uncheck the Legacy mode, and connect your Webflow account to N8N.
- Press the "Test Step" button to receive a lead.
If you follow these steps, you'll encounter the error I mentioned above.
Attached is a screenshot of the app permissions in Webflow.
Expected behavior
I expected the module to stay in listening mode to receive the form data submitted on the Webflow page, but it's giving an error.
Operating System
Docker Image n8nio/n8n:latest
n8n Version
1.55.3
Node.js Version
v20.15.0
Database
PostgreSQL
Execution mode
main (default)