n8n-docs/docs/integrations/builtin/credentials/webflow.md

2.1 KiB

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

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 Project Settings > Integrations > API Access and select Generate API token. Refer to Generate an API 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.

Refer to OAuth 2.0{:target=_blank .external-link} for more information on Webflow's OAuth web flow.