webflow.onEvent subscribes to every supported webhook event for one site.
Example
automations/webflow-on-event.automation.ts
Inputs
siteId is the Webflow site to watch. You can pass account to select a named Webflow account. The connection needs sites:write to manage the provider webhook and the read scope for this event.
This broad trigger registers all 14 Webflow webhook event types for the site.
Use a semantic trigger when the automation needs only one event type.
Output
Returns the verified Webflow envelope withtriggerType and its typed payload. Each authenticated delivery starts an ordinary root context.