Your contracts don't live in a vacuum — and now they don't have to wait for anyone to poll, either. Outbound webhooks push events to your endpoints the moment they happen.
- 11 event types — contract created, version uploaded, status changed, sent for signature, signed by a party, fully signed, deleted, created from a template, obligation reminders, and SLA warnings and breaches. Subscribe each endpoint to exactly the events it needs
- Signed deliveries — every payload is signed with HMAC-SHA256 so your receiver can verify it really came from Fusial
- Reliable by default — failed deliveries retry automatically, and a per-endpoint delivery log shows you exactly what was sent, when, and what your server said back
- Test before you trust — fire a Send test event at any endpoint to verify your handler end to end
Admins manage endpoints under Settings → Webhooks.