My Webflow Workflow can not be activated anymore after the recommended and necessary switch from Webflow api version 1 to version 2.
I try to make an update from webflow API v1 to webflow api v2. I created new credentials and i am able to connect n8n and webflow. The problem is, that I want to execute my workflow based on an ordertrigger. But in the new authorization version the ecommerce permission is not set and i have no option to edit the permissions in the weblow app.
The following permissions will be set:
- Read CMS data* Write CMS data* Read Sites data* Read Forms data
But the read ecommerce data is missed and not shown. In the last Webflow version the read ecommerce was set too and my workflow was started after a user was creating a new order.
Share the output returned by the last node.
I got this when I want to activate the workflow:
Workflow could not be activated. OAuth forbidden. You’re missing the following scopes: ecommerce:read.
In the v1 this was working, only the credentials has changed and i replaced the triggerNode of Webflow v1 with the trigger Node in the new version as recommended in other questions here.
Can you help me with that? I thought about using the trigger in make and send the data to the n8n workflow. But I would like to use only n8n and not 2 automation services for 1 simple problem.
Information on your n8n setup
- **n8n version: 1.75.2
- Database (default: SQLite):
- **n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
- **Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- **Operating system: macOS