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 |
|---|---|---|
| Microsoft 365 email | Email must be sent through a Microsoft 365 tenant. | m365_email |
| Mattermost | Notifications must be sent to a Mattermost channel or user. | mattermost |
| Slack | Notifications must be sent to a Slack public channel. | slack |
| SMS | Notifications must be sent as SMS messages. | sms |
| Microsoft Teams | Notifications must be sent to a Microsoft Teams channel. | msteams |
| SMTP email | Email must be sent through an SMTP server or mail relay. | smtp |
| Push notifications | Notifications must be sent to ntfy subscribers. | push |
Microsoft 365 email¶
The messaging service can send email through Microsoft 365 by using Microsoft Graph API.
For configuration instructions, see Microsoft 365 email.
Mattermost¶
The messaging service can send notifications to Mattermost channels or directly to Mattermost users.
For configuration instructions, see Mattermost.
Slack¶
The messaging service can send notifications to a Slack channel.
For configuration instructions, see Slack.
SMS¶
The messaging service can send SMS notifications by using SMSBrána SMS Connect.
For configuration instructions, see SMS.
Microsoft Teams¶
The messaging service can send notifications to Microsoft Teams by using a Teams webhook URL.
For configuration instructions, see Microsoft Teams.
SMTP email¶
The messaging service can send email notifications through an SMTP server.
For configuration instructions, see SMTP email.
Push notifications¶
The messaging service can send push notifications through ntfy or a self-hosted ntfy-compatible server.
For configuration instructions, see Push notifications.