event_type, organization_id, org_slug, and occurred_at at the top level. The fields documented here describe the data object inside that envelope. For the full envelope shape, see the webhooks overview.
Document events
document.created
document.created
document.published
document.published
Fires the first time a document transitions from draft to published status.Data payload
UUID of the published document.
Document title.
Version label at the time of publication (for example,
"1.0" or "v2").Department the document belongs to, or
null if unassigned.ISO 8601 timestamp when the document was published.
Email address of the team member who published the document.
Structured content of the document. Each section contains steps, and each step may contain sub-steps.
document.revised
document.revised
Fires when a document that has already been published is revised and republished. Contains the same structured payload as
document.published plus a reference to the previous version.Data payloadAll fields from document.published are present, plus:UUID of the document record representing the prior published version.
document.archived
document.archived
Member events
member.invited
member.invited
member.joined
member.joined

