rveachkc / pymsteams

Format messages and post to Microsoft Teams.
https://pypi.org/project/pymsteams/
Apache License 2.0
422 stars 78 forks source link

Question: Mentioning people #73

Closed yannjor closed 4 years ago

yannjor commented 4 years ago

I am trying to send automated messages with pymsteams to a teams channel and it is working great, but I am wondering if it is possible to mention people in the message using their email address. I tried using "@john.doe@example.com" but that didn't work. Does anyone have any experiences with this, or is it at all possible to do in Teams?

rveachkc commented 4 years ago

This is not supported by the api.

yannjor commented 4 years ago

Ok fair enough, thanks for the reply!

Nekto89 commented 3 years ago

It seems that API can support it now or am I wrong? https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cconnector-html#mention-support-within-adaptive-cards-v12

rveachkc commented 3 years ago

Currently, this library uses a different api.