Messaging and notifications¶
ASAB IRIS is the messaging and notification service used by TeskaLabs LogMan.io services.
IRIS 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.
IRIS 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 |
Microsoft 365 email¶
IRIS can send email through Microsoft 365 by using Microsoft Graph API.
For configuration instructions, see Microsoft 365 email.
Mattermost¶
IRIS can send notifications to Mattermost channels or directly to Mattermost users.
For configuration instructions, see Mattermost.
Slack¶
IRIS can send notifications to a Slack channel.
For configuration instructions, see Slack.
SMS¶
IRIS can send SMS notifications by using SMSBrána SMS Connect.
For configuration instructions, see SMS.
Microsoft Teams¶
IRIS can send notifications to Microsoft Teams by using an incoming webhook URL.
For configuration instructions, see Microsoft Teams.
SMTP email¶
IRIS can send email notifications through an SMTP server.
For configuration instructions, see SMTP email.