GoNitro · AsyncAPI Specification
Nitro Sign & PDF Services Webhooks
Version 1.0.0
Event surface for Nitro. Sign delivers envelope lifecycle webhooks (HTTP POST) signed with RFC 9421 HTTP Message Signatures (HMAC-SHA256; headers Content-Digest, Signature-Input, Signature). One webhook URL per application is registered in the Nitro admin UI with the enabled events. PDF Services supports a per-request completion callback that POSTs {jobID, location}. Sign webhook delivery is documented as forthcoming in an upcoming release; event names and payload shape below are captured from the published webhook documentation.
View Spec
View on GitHub
CompanyDocumentsPDFeSignatureElectronic SignaturesDocument AutomationDocument ConversionData ExtractionRedactionOCRProductivityComplianceAsyncAPIWebhooksEvents
Channels
signEvents
Sign envelope lifecycle events delivered to the registered application webhook URL.
pdfJobCallback
Per-request PDF Services completion callback (configured in the request delivery block).
Messages
SignEvent
SignEvent
A Sign envelope lifecycle event (RFC 9421 signed).
JobCallback
JobCallback
PDF Services async job completion callback.
Servers
https
subscriber
Your registered HTTPS webhook receiver.