Webhook Management
Webhooks allow your application to automatically receive real-time updates about important events such as when a signature request is sent or completed.
Use webhooks to automate processes without needing to poll the Evia Sign API.
Create a Webhook
Endpoint
POST
/api/v2/webhooks
Payload
Field
Type
Required
Description
url
string
Yes
URL where Evia Sign will send event notifications.
events
array
Yes
List of events to subscribe to (e.g., request.sent
).
Example Request
Event Payload Examples
request.sent
request.completed
Delete a Webhook
CallbackTypes Reference
Value
Event Name
0
All Events
1
Request Received
2
Signatory Signed
3
Request Completed
Last updated