Caution
As of 2025-03-11, Grafana OnCall OSS has entered maintenance mode, and will be archived on 2026-03-24. No further feature development will occur; however, we will still provide fixes for critical bugs and for valid CVEs with a CVSS score of 7.0 or higher. For more information, refer to our blog post.
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Webhook as a personal notification channel
It is possible to setup a webhook as a personal notification channel in your user profile. The webhook will be triggered as a personal notification rule according to your notification policy configuration.
Configure a webhook to be used as personal notification
In the webhooks page, you (or a user with the right permissions) need to define a
webhook as usual,
but with the Personal Notification
trigger type.
Each user will then be able to choose a webhook (between those with the above trigger type) as a notification channel in
their profile. Optionally, they can also provide additional context data (as a JSON dict, e.g. {"user_ID": "some-id"}
)
which will be available when evaluating the webhook templates. This data can be referenced via {{ event.user.<key> }}
(e.g. {{ event.user.user_ID }}
).