mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
| permalink | description |
|---|---|
| /credentials/webflow | Learn to configure credentials for the Webflow node in n8n |
Webflow
You can use these credentials to authenticate the following nodes with Webflow.
Prerequisites
Create a Webflow account.
Using OAuth
::: tip ⛅️ Note for n8n.cloud users You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Webflow account to n8n. :::
- Access your Webflow dashboard.
- Click on 'Account' on the top right corner.
- Select 'Account Settings' from the dropdown list.
- Click on the 'Integrations' tab.
- Click on the + Register New Application button in the 'My Applications' section.
- Enter the name of your application in the Application Name field.
- Enter the description of your application in the Application Description field.
- Copy the 'OAuth Callback URL' provided in the 'Webflow OAuth2 API' credentials in n8n and paste it in the Redirect URI field in the Webflow integrations page.
- Enter the homepage URL of your application in the Application Homepage field.
- Click on the Create button.
- Click on the View Details button to get the Client Id and Client Secret.
- Use these credentials with your 'Webflow OAuth2 API' credentials in n8n.
- Click on the circle button in the OAuth section of n8n to connect a Webflow account to n8n.
- Click on the Save button to save your credentials.
Using Access Token
- Access your Webflow dashboard.
- Click on your desired project.
- Click on the W icon in the top left.
- Click on Project Settings.
- Click on the Integrations tab.
- Scroll down and click generate API token.
- Use the api token with your Webflow node credentials in n8n.

