Messaging and notifications¶
LogMan.io messaging and notifications are handled by the asab-iris service.
The messaging service sends messages through configured communication channels. It is used when LogMan.io needs to deliver notifications, alerts, reports, or other user-facing messages to external systems.
The messaging service renders message templates and sends the rendered output through the configured integration. The exact integrations available in a deployment depend on the service configuration.
Choose an output¶
| Output | Use when | Configuration |
|---|---|---|
| SMTP email | Email must be sent through an SMTP server or mail relay. | smtp |
| Microsoft 365 email | Email must be sent through a Microsoft 365 tenant. | m365_email |
| Slack | Notifications must be sent to a Slack public channel. | slack |
| Push notifications | Notifications must be sent to ntfy subscribers. | push |
| Mattermost | Notifications must be sent to a Mattermost channel or user. | mattermost |
| Microsoft Teams | Notifications must be sent to a Microsoft Teams channel. | msteams |
| SMS | Notifications must be sent as SMS messages. | sms |
SMTP email¶
The messaging service can send email notifications through an SMTP server.
For configuration instructions, see SMTP email.
Microsoft 365 email¶
The messaging service can send email through Microsoft 365 by using Microsoft Graph API.
For configuration instructions, see Microsoft 365 email.
Slack¶
The messaging service can send notifications to a Slack channel.
For configuration instructions, see Slack.
Push notifications¶
The messaging service can send push notifications through ntfy or a self-hosted ntfy-compatible server.
For configuration instructions, see Push notifications.
Mattermost¶
The messaging service can send notifications to Mattermost channels or directly to Mattermost users.
For configuration instructions, see Mattermost.
Microsoft Teams¶
The messaging service can send notifications to Microsoft Teams by using a Teams webhook URL.
For configuration instructions, see Microsoft Teams.
SMS¶
The messaging service can send SMS notifications by using SMSBrána SMS Connect.
For configuration instructions, see SMS.