Glossary
Webhook
A webhook is an automatic notification that one system sends to another at the exact moment a specific event occurs, such as a maintenance alert or an approaching deadline. Unlike a manually queried API, the webhook arrives on its own, without the need to continually ask for updates.
- Automatic notificationNo repeated manual prompts needed.
Learn more
See how to set up a Zenit webhook.
The Webhook page describes how to receive operational events in your systems.
- Signed notificationsEach webhook notification is signed to ensure authenticity.