Skip to content

Commit

Permalink
Merge pull request #36 from sercanuste/feature/ms-teams
Browse files Browse the repository at this point in the history
πŸ“ Add Microsoft Teams instructions
  • Loading branch information
AnandChowdhary committed Sep 22, 2022
2 parents c9d959b + 44944a0 commit 337d36b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/notifications.md
Expand Up @@ -62,6 +62,15 @@ To create a Telegram bot key, see the documentation for [Botfather](https://core

To create a Discord webhook URL, see the article [Intro to Webhooks](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) on the Discord Support website.

### Microsoft Teams

| Environment variable | Value |
| -------------------------------- | ------------------- |
| `NOTIFICATION_TEAMS` | Set to `true` |
| `NOTIFICATION_TEAMS_WEBHOOK_URL` | Teams webhook URL |

To create a Microsoft Teams webhook URL, see the article [Create Incoming Webhooks](https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook) on the Microsoft Learn website.

### Email

To send an email, you can use SMTP or a hosted service such as AWS SES, Sendgrid, Sparkpost, or Mailgun.
Expand Down

0 comments on commit 337d36b

Please sign in to comment.