-
Couldn't load subscription status.
- Fork 5.5k
Description
Webflow is sunsetting their v1 APIs as of January 1, 2025.
We need to migrate the majority of existing components over to their v2 APIs, which include a few changes. I've created a separate app here, webflow_v2 as it requires a new client with updated access tokens to access the v2 APIs. I've also filtered the actions down to those with the most usage as a starting point.
There are some breaking changes between the V1 API and V2 API.
https://www.npmjs.com/package/webflow-api
https://developers.webflow.com/changelog/webflow-api-changed-endpoints
https://developers.webflow.com/changelog/webflow-api-new-endpoints
Triggers:
https://developers.webflow.com/v1.0.0/reference/sites/webhooks/create-webhook
Please create webhook triggers for:
- New Form Submission - use async options to optionally filter form
- New Site Published
- New Order Placed
- Updated Order
- New Change in Inventory
- New Collection Item Created
- Collection Item Updated
- Collection Item Deleted
Actions:
- Create Collection Item
- Update Collection Item
- List Collection Items
- Get Collection Item
- Publish Site
- Get Collection
- List Collections
- Update Item Inventory
- Fulfill Order
- Update Order
- Delete Collection Item
Metadata
Metadata
Assignees
Labels
Type
Projects
Status