Webflow API and Documentation · Example Payload

Webflow Webhook Example

CMSContent ManagementEcommerceNo-CodePublishingWeb Development

Webflow Webhook Example is an example object payload from Webflow API and Documentation, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtriggerTypeurlworkspaceIdsiteIdlastTriggeredcreatedOn

Example Payload

Raw ↑
{
  "id": "site_abc123def456",
  "triggerType": "form_submission",
  "url": "https://mysite.webflow.io",
  "workspaceId": "site_abc123def456",
  "siteId": "site_abc123def456",
  "lastTriggered": "2025-03-15T14:30:00Z",
  "createdOn": "2025-03-15T14:30:00Z"
}