-
Notifications
You must be signed in to change notification settings - Fork 199
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 Microsoft Teams #514
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This will probably need modification, but just doing some basic copying of the Slack stuff for now
This will *definitely* need modifying, but just getting the barebones stuff set up for now
Teams channels don't start with a hash
Here goes nothing...
Throw some code at the wall, see if it sticks
Nah, this didn't work
Still some room to add documentation, but it's a start
Room for more documentation, but it's pretty self-explanatory. Eventually should probably also split Discord off as its own thing instead of pretending to be Slack.
Thank you for this, @immewnity. We'll give it a look and let you know if you have any questions. |
This was referenced Sep 2, 2022
Hi @immewnity. We're trying to close out old PRs and issues that are no longer viable. The code has changed a fair bit since this was opened, and since don't use Teams, we're not able to support this. We encourage you to use your own forked version if it's meeting your needs. Thanks for submitting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds support for notifications to Incoming Webhooks within Microsoft Teams. This is a more complex notification than the existing Slack one, as buttons are included to go directly to the source, compare snapshots, and show the snapshot HTML.
I'd absolutely love for someone to review the code, because while it's working, it's probably not best practice - been several years since my last time in Ruby. A button to lead to
/watching/pages/#-watched-item/edit
would also be great, but I couldn't figure out how to make that work.