-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 support for MS Teams webhooks #6632
Add support for MS Teams webhooks #6632
Conversation
- Also add MS Teams comparison Signed-off-by: Daniel Grier <[email protected]>
Signed-off-by: Daniel Grier <[email protected]>
Signed-off-by: Daniel Grier <[email protected]>
Signed-off-by: Daniel Grier <[email protected]>
…ms-webhook Signed-off-by: Daniel Grier <[email protected]>
Signed-off-by: Daniel Grier <[email protected]>
Signed-off-by: Daniel Grier <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #6632 +/- ##
==========================================
- Coverage 41.35% 40.87% -0.49%
==========================================
Files 415 416 +1
Lines 56337 57013 +676
==========================================
+ Hits 23299 23303 +4
- Misses 29917 30589 +672
Partials 3121 3121
Continue to review full report at Codecov.
|
Is there anything else needed for approval? |
@dangrier could you resolve git conflicts, and post screenshots of what a webhook would look like in MS Teams? |
@dangrier I've just resolved the git conflicts. I did it via Github interface so hopefully a |
@dangrier ah phew. glad that was quick to diagnose. |
Implements #5964 to add Microsoft Teams webhooks (Incoming Webhook Connector).
Largely matched styling of Discord webhooks and aligned with other webhook functionality/appearance.
Tested on a local instance, with a connection to Teams and functioned as expected.
All commits signed off, and latest changes integrated from upstream.