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

Reply to message posted #13

Closed nsleigh closed 4 years ago

nsleigh commented 4 years ago

I think this is a limitation of the Teams REST API but do you know if it is possible to reply to a message posted with PSTeams?

PrzemyslawKlys commented 4 years ago

It's not possible. The REST API is very limited. A lot more options are available for a chatbot, but that is entirely different beast.