-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Microsoft Teams webhook support for notifications #4971
Conversation
Signed-off-by: Fanit Kolchina <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kolchfa-aws Two minor changes, though it looks like the first one may be applicable to the entire list. Thanks!
@@ -121,6 +122,7 @@ email.recipient_list | The channel's recipient list. | |||
email_group.recipient_list | The channel's list of email recipient groups. | |||
smtp_account.method | The email encryption method. | |||
slack.url | The Slack channel's URL. | |||
microsoft_teams.url | The Microsoft Teams channel's URL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microsoft_teams.url | The Microsoft Teams channel's URL. | |
microsoft_teams.url | The Microsoft Teams channel URL. |
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
…ject#4971) * Add Microsoft Teams webhook support for notifications Signed-off-by: Fanit Kolchina <[email protected]> * Update _observing-your-data/notifications/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Implemented editorial comments Signed-off-by: Fanit Kolchina <[email protected]> * Sample to example Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]>
* Add Microsoft Teams webhook support for notifications Signed-off-by: Fanit Kolchina <[email protected]> * Update _observing-your-data/notifications/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Implemented editorial comments Signed-off-by: Fanit Kolchina <[email protected]> * Sample to example Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]>
Fixes #4071
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.