Webhook Notifications for e-Signature Workflows.
The Evrotrust platform sends automated webhook callbacks to notify your application when signature workflows reach completion states. These real-time notifications eliminate the need for continuous polling and allow your system to respond immediately when documents are signed, rejected, expired, or withdrawn.
This page details the callback endpoints you need to implement to receive these notifications, along with the security requirements and workflow-specific endpoints for different signature services including app-based signing, hash signing, and one-time signature workflows.
The following endpoints enable the set up of webhooks:
| Service | Single File | Group of Files |
|---|---|---|
| Signing via App/SDK (Documents) | /document/ready | /document/group/ready |
| Signing via App/SDK (Hash) | /document/ready | /document/group/ready |
| One-time Signatures (Documents) | /document/offline/ready | /document/group/offline/ready |
| One-time Signatures (Hash) | /certificate/hash/offline/ready | ?? |
IP restrictions when using Vendor Callback API (for production environment):
Evrotrust IP-s are not static for production environment as they use auto scaling. Our partners should add all IPs ranges of Amazon in Ireland region. They can be found in the following link - the ones "eu-west-1": https://ip-ranges.amazonaws.com/ip-ranges.json
