Skip to content

Commit

Permalink
Fix links with webflow credentials and add info about legacy toggle (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
imchairmanm authored Dec 3, 2024
1 parent 55d9d65 commit 5ba6a1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/integrations/builtin/credentials/webflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can use these credentials to authenticate the following nodes:
## Prerequisites

- Create a [Webflow](https://webflow.com/){:target=_blank .external-link} account.
- [Create a site](https://developers.webflow.com/data/v1.0.0/docs/access-token#1-create-a-new-site){:target=_blank .external-link}: Required for API access token authentication only.
- [Create a site](https://developers.webflow.com/data/reference/structure-1#sites){:target=_blank .external-link}: Required for API access token authentication only.

## Supported authentication methods

Expand All @@ -30,18 +30,18 @@ Refer to [Webflow's API documentation](https://developers.webflow.com/data/refer

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](https://developers.webflow.com/data/v1.0.0/docs/access-token#2-generate-an-api-token){:target=_blank .external-link} for more information.
- 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](https://developers.webflow.com/data/docs/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](https://developers.webflow.com/data/v1.0.0/docs/oauth#app-registration){:target=_blank .external-link} in your workspace.
If you need to configure OAuth2 from scratch, [register an application](https://developers.webflow.com/data/docs/register-an-app){: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 2.0](https://developers.webflow.com/data/v1.0.0/docs/oauth){:target=_blank .external-link} for more information on Webflow's OAuth web flow.

Refer to [OAuth](https://developers.webflow.com/data/reference/oauth-app){:target=_blank .external-link} for more information on Webflow's OAuth web flow.

0 comments on commit 5ba6a1d

Please sign in to comment.