Webflow
Manage Webflow: sites, collections, CMS items, forms, and publishing. Exposes 17 actions covering the full API surface the agent needs - read and write.
What it can do
| Method | What it does |
|---|---|
webflow_get_site | Get metadata for a Webflow site - GET /sites/{site_id}. |
webflow_list_collections | List all CMS collections (tables) in a site - GET /sites/{site_id}/collections. |
webflow_get_collection | Get one collection's metadata and field schema - GET /sites/{site_id}/collections/{collection_id}. |
webflow_list_items | List items in a collection - GET /sites/{site_id}/collections/{collection_id}/items. |
webflow_get_item | Get one CMS item - GET /sites/{site_id}/collections/{collection_id}/items/{item_id}. |
webflow_create_item | Create a CMS item - POST /sites/{site_id}/collections/{collection_id}/items. |
webflow_update_item | Update a CMS item - PATCH /sites/{site_id}/collections/{collection_id}/items/{item_id}. |
webflow_delete_item | Delete a CMS item - DELETE /sites/{site_id}/collections/{collection_id}/items/{item_id}. |
webflow_list_pages | List all pages in a site - GET /sites/{site_id}/pages. |
webflow_get_page | Get one page's metadata - GET /sites/{site_id}/pages/{page_id}. |
webflow_update_page | Update a page - PUT /sites/{site_id}/pages/{page_id}. |
webflow_list_domains | List custom domains and DNS info for a site - GET /sites/{site_id}/domains. |
webflow_list_webhooks | List webhook subscriptions for a site - GET /sites/{site_id}/webhooks. |
webflow_get_webhook | Get one webhook subscription - GET /sites/{site_id}/webhooks/{webhook_id}. |
webflow_create_webhook | Create a webhook subscription - POST /sites/{site_id}/webhooks. |
webflow_update_webhook | Update a webhook subscription - PATCH /sites/{site_id}/webhooks/{webhook_id}. |
webflow_delete_webhook | Delete a webhook subscription - DELETE /sites/{site_id}/webhooks/{webhook_id}. |
How to get credentials
This connector uses OAuth 2.0. In FlyMyAI, open the tool and click Connect - you'll be redirected to Webflow to authorize, then back to FlyMyAI. There is no API key to paste.
The OAuth app must be registered by FlyMyAI for this provider. If you see "connection not configured", the provider's client credentials are still being set up - check back shortly.
Fields to fill in FlyMyAI
| FlyMyAI field | Where it comes from |
|---|---|
| (none) | Connect via OAuth - nothing to paste. |
Troubleshooting
401 Unauthorized/403 Forbidden- the OAuth connection expired or was revoked - reconnect.429 Too Many Requests- you hit the provider rate limit; retry after a short backoff.- Unexpected
4xxon writes - double-check required fields; the agent confirms before write actions.
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Webflow!