Channel
Table of Contents
Classes
- CallableChannel
- Wraps any callable as a notification channel. Use this for one-off integrations
(a closure that pushes to a queue, posts to PagerDuty, opens a Linear issue, etc.)
without writing a dedicated channel class.
- EmailChannel
- Sends notifications via email.
- LogChannel
- Routes a notification through the configured LoggerInterface. The logger
method is chosen from the notification severity.
- NullChannel
- SlackChannel
- Posts to a Slack incoming webhook URL.
- WebhookChannel
- Generic JSON HTTP POST. Works with Discord, Microsoft Teams, custom webhooks,
and most pull-style monitoring endpoints.