Describe the problem/error/question
I am trying to use API authentication to Webflow for a Webflow Trigger (new form submission) When reading the Webflow credential documentation it references an API access token authentication method, but there is no UI option for this.
What is the error message (if any)?
Also, FWIW, the OAuth2 authentication did not work until I toggled OFF the “Legacy” toggle in the app—otherwise it errors on the “Site Name or ID” step where it says “Error fetching options from Webflow Trigger” so I cannot proceed to the next step. Turning this OFF fixed this error.
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
{
“nodes”: [
{
“parameters”: {
“site”: “65542e9a1d6c0446bbad1ed5”
},
“type”: “n8n-nodes-base.webflowTrigger”,
“typeVersion”: 2,
“position”: [
0,
0
],
“id”: “767c646d-7264-4b5c-b2fc-bd679871bb79”,
“name”: “Webflow Trigger”,
“webhookId”: “2e78171d-8809-410b-996e-dbdb76b3ac94”,
“credentials”: {
“webflowOAuth2Api”: {
“id”: “40zfvR8K6xzOf2J5”,
“name”: “Webflow Production”
}
}
}
],
“connections”: {},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “2bcecbc07f2cf5a082a750fb41eb9a75144ea06fffbbb6e03b171cd8ae0e3a05”
}
}
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.85.4
- Database (default: SQLite): SQLite?
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Cloud - using latest macOS and latest Brave browser