Webhooks allow you to send real-time notifications to external services whenever certain events occur in your Devolutions Hub Business.
Navigate to Administration – Webhooks.
Click Add.
Enter a descriptive name.
Provide the endpoint URL where Devolutions Hub Business will send the HTTP POST requests.
Choose the events that will trigger the wehook.
Optionally, you can define a custom payload to be sent with the webhook.
For example, if you want to send a message in Slack for every new entry created, the Custom HTTP Body (JSON) would look like this:

Click Add to save the webhook.
Below is the list of available handlebars placeholders. These placeholders are automatically replaced with actual event data whenever a webhook is triggered.
VaultName
TriggerType (enum)
TriggerTypeName
EntryId
EntryName
RequesterMessage
RequesterName
RequesterEmail
ApproverToNotifyName
ApproverToNotifyEmail
RequestedMinutes
EntryId
EntryName
RequesterMessage
RequesterName
RequesterEmail
ApproverMessage
ApproverName
ApproverEmail
RequestedMinutes
Approved (bool)
EntryId
EntryName
CreatedBy
EntryId
EntryName
RequesterMessage
RequesterName
RequesterEmail
ApproverToNotifyName
ApproverToNotifyEmail
RequestedMinutes
EntryId
EntryName
RequesterMessage
RequesterName
RequesterEmail
ApproverMessage
ApproverName
ApproverEmail
RequestedMinutes
Approved (bool)