Event types
TheDocumentWebhookEvent enumeration in the Manuscript API document names every event a document can raise. Each row gives the event and the lifecycle stage it belongs to.
Per-document notifications
POST /api/v1/documents accepts an eventNotification object so a single document notifies a chosen URL on chosen events.
Assessment events are referred to in the Manuscript API’s webhook description but are not yet enumerated in its document, and no delivery payload schema is published for any event. Both are open items for the WorkAuthor team (see the gaps register in the engineering repository). Until then, verify every delivery with the signing rules and treat the body as the document’s published shape.