-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
New MS Teams webhook URL format? #378
Comments
I found this page describing the change: |
Sorry for the slow reply; real life has been so busy that i've become a very poor maintainer of this product. 🙁 Thank you for reporting this. I thought I had prepared in advance here for this, but i got the URL's wrong. I'll try to fix this soon and get a release out for everyone to use. |
No worries! This is an amazing tool, even more so for a side project. Thank you! |
@ctflora would you be able to test the changes i made on the PR i created? I provided some detailed instructions on how you can just grab that 1 branch. It would be much appreciated to hear another persons feedback before i merge this into the master branch. |
The message did not post to Teams, but I think I see the issue. I ran the command line w/ -vvv and noticed that the URL is missing one part. It should have Here's the URL given me by Teams with my info redacted: And here's the -vvv output:
|
Great catch! 👍 Thank you! I just pushed a fix to that. |
That did the trick!! Here's the -vvv output if you wanted to take a look:
|
Thank you so much for your efforts! I really appreciate it. I'm having troubles with the CI right now, I just polled the Travis-CI community for help (source) and created a PR #381 . I just want to get everything building again so the proper tests run (as i know they should pass here without any problems). But as soon as i get that resolved (and can merge it back with the MSTeams ticket), i'll push it upstream. Sorry for the delay. Again, thanks for your help testing and for such incredibly speedy replies! |
Thanks again for all your help; this branch has been merged into the master. I'm closing off the ticket now. |
The documentation shows an MS Teams webhook URL format that looks like this:
https://team-name.office.com/webhook/{tokenA}/IncomingWebhook/{tokenB}/{tokenC}
However, the URL I just received from the Microsoft "Incoming Webhook" Teams App looks like this:
https://team-name.webhook.office.com/webhookb2/{tokenA}/IncomingWebhook/{tokenB}/{tokenC}
The text was updated successfully, but these errors were encountered: