diff --git a/documentation/notifications.md b/documentation/notifications.md index ceddbe89a9..fc31634919 100644 --- a/documentation/notifications.md +++ b/documentation/notifications.md @@ -64,32 +64,6 @@ Successfully ran correction for **example.com[my_provider]** - CREATE foo.exampl ## Notification services -### Slack/Mattermost - -If you want to use the Slack integration, you need to create a webhook in Slack. -Please see the [Slack documentation](https://api.slack.com/messaging/webhooks) or the [Mattermost documentation](https://developers.mattermost.com/integrate/webhooks/incoming/) - -Configure `slack_url` to this webhook. Mattermost works as well, as they share the same api, - -### Microsoft Teams - -If you want to use the Teams integration, you need to create a webhook in Teams. -Please see the [Teams documentation](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook#add-an-incoming-webhook-to-a-teams-channel) - -Configure `teams_url` to this webhook. - -### Telegram - -If you want to use the [Telegram](https://telegram.org/) integration, you need to create a Telegram bot and obtain a Bot Token, as well as a Chat ID. Get a Bot Token by contacting [@BotFather](https://telegram.me/botfather), and a Chat ID by contacting [@myidbot](https://telegram.me/myidbot). - -Configure `telegram_bot_token` and `telegram_chat_id` to these values. - -### Bonfire - -This is Stack Overflow's built in chat system. This is probably not useful for most people. - -Configure `bonfire_url` to be the full url including room and api key. - ### Shoutrrr (email, Discord, Pushover, etc.) DNSControl supports various notification methods via Shoutrrr, including email (SMTP), Discord, Pushover, and many others. For detailed setup instructions, click on the desired service: @@ -126,3 +100,29 @@ Configure `shoutrrr_url` with the Shoutrrr URL to be notified. } ``` {% endcode %} + +### Slack/Mattermost + +If you want to use the Slack integration, you need to create a webhook in Slack. +Please see the [Slack documentation](https://api.slack.com/messaging/webhooks) or the [Mattermost documentation](https://docs.mattermost.com/developer/webhooks-incoming.html) + +Configure `slack_url` to this webhook. Mattermost works as well, as they share the same api, + +### Microsoft Teams + +If you want to use the Teams integration, you need to create a webhook in Teams. +Please see the [Teams documentation](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook#add-an-incoming-webhook-to-a-teams-channel) + +Configure `teams_url` to this webhook. + +### Telegram + +If you want to use the [Telegram](https://telegram.org/) integration, you need to create a Telegram bot and obtain a Bot Token, as well as a Chat ID. Get a Bot Token by contacting [@BotFather](https://telegram.me/botfather), and a Chat ID by contacting [@myidbot](https://telegram.me/myidbot). + +Configure `telegram_bot_token` and `telegram_chat_id` to these values. + +### Bonfire + +This is Stack Overflow's built in chat system. This is probably not useful for most people. + +Configure `bonfire_url` to be the full url including room and api key.