Skip to content

Webflow credentials#

You can use these credentials to authenticate the following nodes:

Prerequisites#

Supported authentication methods#

  • API access token
  • OAuth2

Refer to Webflow's API documentation 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 Project Settings > Integrations > API Access and select Generate API token. Refer to Generate an API token for more information.

Using OAuth2#

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.

Refer to OAuth 2.0 for more information on Webflow's OAuth web flow.