Hello SnipeIT developer team!
Could you add MS Teams integration?
https://docs.microsoft.com/ru-ru/microsoftteams/platform/concepts/connectors?ranMID=24542&ranEAID=hL3Qp0zRBOc&ranSiteID=hL3Qp0zRBOc-pAf4z4X8SZqpl1DnJZvm_Q&tduid=(cf59a3834d8eacd56f8da36b51fa129b)(256380)(2459594)(hL3Qp0zRBOc-pAf4z4X8SZqpl1DnJZvm_Q)()#setting-up-a-custom-incoming-webhook
Thank you!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!
We are using fully Microsoft teams in our organization please help me to integrate MS Teams to snipe it
https://github.com/MSDWarren/SnipeITBot
GitHub
Microsoft Teams Chatbot for Snipe IT. Contribute to MSDWarren/SnipeITBot development by creating an account on GitHub.
+1
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know!
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know!
+1 FD12850
We use your AWS cloud hosting sevice and a MS Teams integration would be very nice!
+1
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Don't take it personally, we just need to keep a handle on things. Thank you for your contributions!
This issue has been automatically closed because it has not had recent activity. If you believe this is still an issue, please confirm that this issue is still happening in the most recent version of Snipe-IT and reply to this thread to re-open it.
+1.
If a slack integration exists so should a Teams integration. Many non-profits use Teams, as it's included with Office 365 (which is provided free for non-profits).
This should be added, teams allows a webhook integration so I would hope there isn't much work that would go into to allow this integration to work like slack.
+1
Using the webhook feature its really easy to push messages nicely formatted into Teams channels. I did a POC in bash for our monitoring system. You just need to enable the webhoko in the channel, receive the channel ID and send a http post request to a URL having JSON payload.
The messages called cards can be nicely formatted using https://adaptivecards.io/designer/
Update: Found a nicely maintained PHP package for Teams to make live more easy:
https://packagist.org/packages/sebbmeyer/php-microsoft-teams-connector
+1
We're using Snipe and are about to roll-out MS Teams with Trello and Jira integrations. Would be awesome to have a Snipe integration too!
+1
+1
+1
+1
+1
+1
Most helpful comment
+1
Using the webhook feature its really easy to push messages nicely formatted into Teams channels. I did a POC in bash for our monitoring system. You just need to enable the webhoko in the channel, receive the channel ID and send a http post request to a URL having JSON payload.
The messages called cards can be nicely formatted using https://adaptivecards.io/designer/
Update: Found a nicely maintained PHP package for Teams to make live more easy:
https://packagist.org/packages/sebbmeyer/php-microsoft-teams-connector