Before you begin
Start by exploring our guide Getting started with Bob webhooks.
Docs events
Event | Type | Description |
---|---|---|
eSign Document Signing Complete | documents.eSign.completed | The event will be sent at the end of the signing process. If the request has two signers and only one has signed, the event will not be sent until the second signer completes signing. |
eSign event payload
{
"companyId": 637323,
"type": "documents.eSign.completed",
"triggeredBy": "system",
"triggeredAt": "2024-10-03T09:29:00.831502",
"data": {
"employeeId": "3418533772247696340",
"documentId": 17745922,
"downloadUrl": "https://app.hibob.com/api/docs/...",
"signedBy": "3418533772247696340",
"creationDate": "2024-10-03T09:26:33.864255"
}
}