Webflow Connector
Prerequisites
- A Webflow account (any plan)
- Site Admin or Owner access
Getting Your Credentials
Webflow uses an API Token for authentication.
- Log into your Webflow Dashboard
- Select your site
- Go to Site Settings > Integrations
- Under API Access, click Generate API token
- Copy the token
Alternatively, for workspace-level access:
- Go to Workspace Settings > Integrations > API Tokens
- Click Generate token
- Select the sites and permissions to grant
- Copy the token
Configuration in Landed
| Field | Value |
|---|---|
| API Token | Your Webflow API token |
Available Streams
| Stream | Description | Sync Mode |
|---|---|---|
sites | Site definitions with domains, timezone, publish status | Full refresh |
collections | CMS collection definitions with fields and slugs | Full refresh |
collection_items | Individual CMS items with field data | Incremental |
pages | Static pages with title, slug, parent | Full refresh |
form_submissions | Form submission data | Incremental |
orders | E-commerce order records (requires Webflow E-commerce) | Incremental |
Common Issues
| Symptom | Cause | Fix |
|---|---|---|
401 Unauthorized | Invalid or expired API token | Generate a new token in Webflow > Site Settings > Integrations |
403 Forbidden | Token lacks access to the site | Create a token with access to the correct site |
| No orders data | Site doesn't have E-commerce enabled | The orders stream requires Webflow E-commerce |
| Empty collections | No CMS collections on the site | Collections are only available on sites using Webflow's CMS |
Rate limit exceeded | Too many API calls | Landed handles rate limiting automatically |
Data Notes
- Webflow uses the Data API v2
- Collection item field data is stored as a JSON object in the
field_datacolumn - Localization data (locale IDs) is included in site and collection item records
- Form submissions contain the raw form field data as submitted by users
Static IPs for Allowlisting
If your network configuration requires IP allowlisting:
- Production:
34.170.185.84,35.192.90.94 - Staging:
34.171.93.34