Skip to content
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 support #60

Closed
sanketsudake opened this issue Mar 24, 2019 · 2 comments · Fixed by #242
Closed

Add Microsoft Teams support #60

sanketsudake opened this issue Mar 24, 2019 · 2 comments · Fixed by #242
Labels
enhancement New feature or request help wanted Extra attention is needed integration

Comments

@sanketsudake
Copy link
Contributor

Describe the solution you'd like
We got a couple of requests for Microsoft Teams support at Kubernetes Days India. Need to explore possible integration.
https://products.office.com/en-US/microsoft-teams/group-chat-software

@sanketsudake sanketsudake added enhancement New feature or request help wanted Extra attention is needed labels Mar 24, 2019
@codenio
Copy link
Contributor

codenio commented Aug 31, 2019

I would like to add a few points here

Tried some experimentation on this and understood that

Teams works differently in that if you want to talk to a bot, you must explicitly @ mention it. Teams will then POST the message to a public endpoint that the bot exposes. You then receive/authenticate the message and respond appropriately. It's a pretty differently workflow.
(views from github.com/poshbotio/PoshBot/ issues 68)

are we planning to implement the same?

for now, we could send event notifications through incoming webhooks in MsTeams.
creating a PR for the same.

@bitva77
Copy link

bitva77 commented Jun 29, 2020

Just want to say that Teams support would be huge for us and likely many other companies forced into Teams.

That's all :)

@mergify mergify bot closed this as completed in #242 Aug 11, 2020
mergify bot pushed a commit that referenced this issue Aug 11, 2020
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
 - Feature Pull Request


##### SUMMARY

- Add support for Microsoft Teams
- Multicluster support not available yet for Teams

Integration tests will be addressed with a separate issue. Blocked by infracloudio/msbotbuilder-go#46

Fixes #60
@sanketsudake sanketsudake changed the title Add Microsoft Teams suppport Add Microsoft Teams support Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants