This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
Improved management of form submissions
List form submissions by site - A new endpoint that lets you retrieve form submissions across your entire site. Unlike the existing List Form Submissions endpoint, this endpoint:
- Takes
siteIdas a path parameter - Accepts
elementIdas a query parameter to filter byformElementId - Works seamlessly with forms in components, where each component instance gets a unique
formIdbut shares the sameformElementId
To use this endpoint, first get the formElementId from the List Forms API, then pass both the siteId and formElementId to retrieve all submissions for a specific form, even when it appears in multiple component instances.
Bulk CMS authoring improvements and Localization updates
Bulk CMS authoring
The Create Collection Items endpoint now supports bulk creation. You can create multiple CMS items in a single request by passing an array of items to the items property. This provides a more efficient way to create multiple items while maintaining compatibility with the existing bulk Create Items endpoint.
Introducing the localeId Parameter
Webflow is standardizing query parameter naming by introducing localeId as the preferred parameter name, replacing locale. For backward compatibility, the locale parameter will continue to work, but it’s recommended to use localeId in all new implementations. This change affects the following endpoints: