EvotecIT / PSTeams

PSTeams is a PowerShell Module working on Windows / Linux and Mac. It allows sending notifications to Microsoft Teams via WebHook Notifications. It's pretty flexible and provides a bunch of options. Initially, it only supported one sort of Team Cards but since version 2.X.X it supports Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards. All those new cards have their own cmdlets and the old version of creating Teams Cards stays as-is for compatibility reasons.
MIT License
409 stars 41 forks source link

unable to @mention #43

Closed dlehr4 closed 2 years ago

dlehr4 commented 2 years ago

This is a critical functionality piece for triggering chat bots or just notifying specific tagged members in a MS teams channel. Is there any plan to implement this functionality?

https://docs.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-1.0&tabs=powershell#example-8---a-team-in-a-channel-message

PrzemyslawKlys commented 2 years ago

It's already added - https://evotec.xyz/mentioning-users-in-notifications-using-psteams-powershell-module/

Keep in mind we don't use Graph API.