Webflow credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a Webflow account.
Create a site: Required for API access token authentication only.
Supported authentication methods
API access token
OAuth2
Using API access token
To configure this credential, you’ll need:
A Site Access Token: Access tokens are site-specific. Go to your site’s Site Settings > Apps & integrations > API access and select Generate API token. Refer to Get a Site Token for more information.
Using OAuth2
Note
Note for n8n Cloud users Cloud users don’t need to provide connection details. Select Connect my account to connect through your browser.
If you need to configure OAuth2 from scratch, register an application in your workspace.
Use these settings for your application:
Copy the OAuth callback URL from n8n and add it as a Redirect URI in your application.
Once you’ve created your application, copy the Client ID and Client Secret and enter them in your n8n credential.
If you are using the Webflow Data API V1 (deprecated), enable the Legacy toggle. Otherwise, leave this inactive.
Refer to OAuth for more information on Webflow’s OAuth web flow.