Webflow credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
- Create a Webflow (opens in a new tab) account.
- Create a site (opens in a new tab): Required for API access token authentication only.
Supported authentication methods
- API access token
- OAuth2
Related resources
Refer to Webflow's API documentation (opens in a new tab) for more information about the service.
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 (opens in a new tab) for more information.
Using OAuth2
If you need to configure OAuth2 from scratch, register an application (opens in a new tab) 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 (opens in a new tab) for more information on Webflow's OAuth web flow.