Skip to content

Commit

Permalink
update workflow doc
Browse files Browse the repository at this point in the history
Signed-off-by: Jack <jack4zhang@gmail.com>
  • Loading branch information
zhan9san committed Jul 31, 2024
1 parent 9205230 commit 18ce823
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,17 @@ tls_config:

### `<msteams_config>`

Microsoft Teams notifications are sent via the [Incoming Webhooks](https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/what-are-webhooks-and-connectors) API endpoint.
Microsoft Teams notifications are sent via the [Workflow](https://support.microsoft.com/en-us/office/creating-a-workflow-from-a-channel-in-teams-242eb8f2-f328-45be-b81f-9817b51a5f0e).

#### How to create a workflow
1. Select the workflow template, `Post to a channel when a webhook request is received`
2. Select `Microsoft Teams Team` you want to receive the notification
3. Select `Microsoft Teams Channel` you want to receive the notification

After that, you can get the webhook URL.

A Power Automate license is required to use this feature. You can get details
from [Types of Power Automate licenses](https://learn.microsoft.com/en-us/power-platform/admin/power-automate-licensing/types) and [Office 365 licenses](https://learn.microsoft.com/en-us/power-platform/admin/power-automate-licensing/faqs#what-power-automate-capabilities-are-included-in-office-365-licenses).

```yaml
# Whether to notify about resolved alerts.
Expand Down

0 comments on commit 18ce823

Please sign in to comment.