oncall-engine/engine/apps/webhooks/tasks/__init__.py
Matias Bordese 576fecf6d3
feat: add personal webhook notification backend (#5426)
Related to https://github.com/grafana/irm/issues/332

(see https://github.com/grafana/oncall/pull/5440 and
https://github.com/grafana/oncall/pull/5446 for the related UI changes)

---------

Co-authored-by: Matt Thorning <matt.thorning@grafana.com>
2025-02-18 17:53:07 +00:00

3 lines
229 B
Python

from .alert_group_status import alert_group_created, alert_group_status_change # noqa: F401
from .notify_user import notify_user_async # noqa: F401
from .trigger_webhook import execute_webhook, send_webhook_event # noqa: F401