📄️ Discord
The Discord notifier adds support to route messages to Discord using webhooks.
📄️ Mattermost
Alerticorn supports sending messages to Mattermost using the Slack notifier, which is compatible with Mattermost.
📄️ Slack
The Slack notifier adds support to route messages to Slack using Incoming Webhooks.
📄️ Teams
The Teams notifier adds support to route messages to Teams using Incoming Webhooks With Workflows.
📄️ Create Your Own
Alerticorn uses Java's ServiceLoader mechanism to discover notifiers at runtime. To create your own notifier, you need to implement the Notifier interface, convert AlerticornMessage into your platform's message format, and register your implementation so Alerticorn can find it.