Webflow OAuth credentials doc

This commit is contained in:
harshil1712 2020-09-01 17:30:12 +05:30
parent 9f3d37ac84
commit dc40c2295e
2 changed files with 19 additions and 0 deletions

View File

@ -10,6 +10,25 @@ You can find information about the operations supported by the Webflow node on t
Create a [Webflow](https://webflow.com/) account.
## Using OAuth
1. Access your Webflow dashboard.
2. Click on 'Account' on the top right corner.
3. Select 'Account Settings' from the dropdown list.
4. Click on the 'Integrations' tab.
5. Click on the ***+ Register New Application*** button in the 'My Applications' section.
6. Enter the name of your application in the ***Application Name*** field.
7. Enter the description of your application in the ***Application Description*** field.
8. Copy the 'OAuth Callback URL' provided in the 'Webflow OAuth2 API' credentials in n8n and paste it in the ***Redirect URI*** field on the Webflow integrations page.
9. Enter the homepage url of your application in the ***Application Homepage*** field.
10. Click on 'Create'.
11. Click on the ***View Details*** button to get the ***Client ID*** and ***Client Secret***.
12. Use these credentials in the 'Webflow OAuth2 API' credentials in n8n.
13. Click on the circle button in the OAuth section of n8n to connect a Webflow account to n8n.
14. Click on the ***Save*** button to save your credentials.
![Getting Webflow OAuth credentials](./using-oauth.gif)
## Using Access Token
1. Access your Webflow dashboard.

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 KiB