Webhooks
Webhooks can be used to notify your own application of alerts or deployment status changes.
Setting up a Project webhook
For information on how to setup webhooks, visit this guide.
Platform Events
Webhooks can be used to receive notifications a variety of events on the platform. This includes things like:
- Deployment status changes. Available deployment states can be found here.
- Volume usage alerts.
- CPU/RAM monitor alerts.
Muxers: Provider-specific Webhooks
Webhooks contain Muxers which will automatically transform the payload based on the webhook URL. Below are the currently supported Muxers:
- Discord
- Slack
For more information, visit this guide.
Edit this file on GitHub