April 8, 2025

Data API v2

Introducing new comments APIs

We’re excited to introduce a new Comments API. With these endpoints, you can programmatically access comments across your Webflow sites, enabling new integrations with your existing tools and workflows. This release makes it easier than ever to track feedback, coordinate reviews, and streamline your content management processes.

Timing on comments

There may be up to a 5-minute delay before comment threads appear in the system. This delay may also occur in webhook notifications.

Additional support for site configuration with .well-known files

In addition to our existing support for site configuration, we’ve added new endpoints to set and delete .well-known files. This empowers site managers to automate and streamline the management of site metadata and security configurations, enhancing integration with modern web protocols and improving overall site interoperability. For more information, see Wefblow’s help documentation on .well-known files.


Designer API

Control form settings and fields from the Designer API

We’ve added new methods to manage form settings using the Designer API. This means you can now create forms using the element creation methods and using the FormForm element preset. Once the form is created, or if you already have a form created, you can use the new methods to manage the following settings - and manage required fields on forms:

  • Name: the name of the form
  • Redirect URL: the URL to redirect to after the form is submitted
  • Action: the URL to send the form data to
  • Method: the HTTP method to use when sending the form data

Form Settings

Form Fields

Additionally, you can manage required fields on forms.