Webflow credentials#
You can use these credentials to authenticate the following nodes:
Prerequisites#
- Create a Webflow account.
- Create a site: Required for API access token authentication only.
Supported authentication methods#
- API access token
- OAuth2
Related resources#
Refer to Webflow's API documentation 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 for more information.
Using OAuth2#
If you need to configure OAuth2 from scratch, register an application in your workspace.
Use these settings for your application:
- Copy the OAuth callback URL from Localmind Automate 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 Localmind Automate credential.
- If you are using the Webflow Data API V1 (deprecated), enable the Legacy toggle. Otherwise, leave this inactive.
Refer to OAuth for more information on Webflow's OAuth web flow.