For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceGuidesChangelog
ReferenceGuidesChangelog
  • v2 Migration
    • Webflow v1 API Deprecation Notice
    • Migrating to v2
  • Meta
    • GETAuthorized User
    • GETAuthorized Info
  • Sites
      • GETList Sites
      • GETGet Site
      • POSTPublish Site
      • GETList Domains
      • POSTForm Submission
      • POSTSite Publish
  • CMS
  • Ecommerce
LogoLogo
Resources
Get started
SitesSites

Form Submission

Payload
1{
2 "name": "Sample Form",
3 "site": "62749158efef318abc8d5a0f",
4 "data": {
5 "name": "Some One",
6 "email": "some.one@home.com"
7 },
8 "d": "2022-09-14T12:35:16.117Z",
9 "_id": "6321ca84df3949bfc6752327"
10}
Was this page helpful?
Previous

Site Publish

Next
Built with

Payload

The payload of this webhook request is an object.
namestringOptional
The name of the form
sitestringOptionalformat: "uuid"
The ID of the site that the form was submitted from
dataobjectOptional
The data submitted in the form
dstringOptional
The timestamp the form was submitted
_idstringOptionalformat: "uuid"
The ID of the form submission

Response

200
Return a 200 status to indicate that the data was received successfully