Webflow
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Connect your Webflow account to Nirvai to automate website content management, update CMS collections, and manage your sites.
Supported Authentication Methods
- API Access Token - Site-specific token (recommended for simple use)
- OAuth2 - For multi-site access
Prerequisites
- A Webflow account
- A Webflow site (for access token method)
Setup Instructions
API Access Token (Recommended)
Access tokens are site-specific and simpler to set up.
Step 1: Generate Site Token
- Log in to your Webflow account
- Go to your site's Site Settings
- Navigate to Apps & integrations > API access
- Click Generate API token
- Copy the generated token
Step 2: Configure in Nirvai
- In Nirvai, select Webflow Access Token
- Paste your Access Token
- Save the credential
OAuth2 (For Multi-Site Access)
Use OAuth2 if you need to access multiple sites.
Step 1: Register an Application
- Go to Webflow workspace settings
- Register a new OAuth application
- Add the Nirvai OAuth callback URL as a redirect URI
Step 2: Configure in Nirvai
- Enter your Client ID and Client Secret
- Click Connect to authorize
Available Operations
With Webflow credentials, you can:
- Manage CMS collections and items
- Update site content
- Handle form submissions
- Manage webhooks
- Access site metadata
API Versions
Webflow has two API versions:
- V2 (current): Default for new tokens
- V1 (legacy): For older integrations
Nirvai uses V2 by default.
Troubleshooting
Common Issues
- 401 Unauthorized: Token is invalid or expired
- 403 Forbidden: Token lacks required permissions
- Site Not Found: Token may be for a different site
- Rate Limits: Webflow has rate limits
Token Scope
Access tokens provide:
- Read/write to CMS
- Site information
- Form data access
Related Resources
Adapted from n8n documentation for Nirvai platform
Next Steps
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.