What is the webhook center?
The Treble webhook center is where you can configure the URLs of your endpoints to receive real-time notifications about relevant platform events. When an event occurs, Treble sends an HTTP POST request to the URL you configure, including a JSON in the body with the event information. Your server can process this information to execute specific actions such as updating records, sending alerts, or initiating internal processes.Available event types
Currently, you can subscribe to different types of global events:- HSM Status Update: Notifies when an HSM changes state.
- Session Close Update: Notifies when a conversation session is closed.
- Deployment Failure: Notifies when an error occurs during a deployment.
Requirements
- Your endpoint must respond in less than 5 seconds.
- The response must be a valid JSON body.
- It’s recommended to use HTTPS for greater security.