I am using a webhook url to post messages to a teams in Microsoft teams. Now i want to be able to mention users as well but when i send
{ "text": "hello world @user1"}
I just get plain text like hello world @user1
.
I am looking for a way to mention the user.