n8n-docs/docs/integrations/builtin/credentials/webflow.md
Justin Ellingwood a7dc52d6e1
Change repo links to absolute file paths (#2829)
Co-authored-by: Nick Veitch <nick.veitch@n8n.io>
2025-02-11 17:40:26 +00:00

2.2 KiB

title description contentType
Webflow credentials Documentation for Webflow credentials. Use these credentials to authenticate Webflow in n8n, a workflow automation platform.
integration
reference

Webflow credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

  • Create a Webflow{:target=_blank .external-link} account.
  • Create a site{:target=_blank .external-link}: Required for API access token authentication only.

Supported authentication methods

  • API access token
  • OAuth2

Refer to Webflow's API documentation{:target=_blank .external-link} 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{:target=_blank .external-link} for more information.

Using OAuth2

--8<-- "_snippets/integrations/builtin/credentials/cloud-oauth-button.md"

If you need to configure OAuth2 from scratch, register an application{:target=_blank .external-link} 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{:target=_blank .external-link} for more information on Webflow's OAuth web flow.