n8n icon indicating copy to clipboard operation
n8n copied to clipboard

Webflow - Form Submissions

Open oscarpedrero opened this issue 5 months ago • 2 comments

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'

image

I've tested the other functionalities of the node, and it stays in listening mode perfectly, working without any issues.

To Reproduce

  1. Create a new scenario.
  2. Select the initial Webflow module to capture form submissions.
  3. Configure the connection using the OAuth app details you created in Webflow, uncheck the Legacy mode, and connect your Webflow account to N8N.
  4. 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. image

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)

oscarpedrero avatar Aug 26 '24 11:08 oscarpedrero