Expand description
Notification service implementation.
This module provides functionality to send notifications through various channels Supports variable substitution in message templates.
Structs§
- Implementation of Discord notifications via webhooks
- Configuration for email content
- Implementation of email notifications via SMTP
- Service for managing notifications across different channels
- A notification handler that executes scripts when triggered
- Implementation of Slack notifications via webhooks
- Configuration for SMTP connection
- Implementation of Telegram notifications via webhooks
- Represents a webhook configuration
- Implementation of webhook notifications via webhooks
Enums§
- Represents errors that can occur during notification operations
Traits§
- Interface for notification implementations
- Interface for executing scripts