Hi, I was able to get it to work by replacing the id with my email. Here's the full JSON:
{ "type": "message", "attachments": [ { "contentType": "application/vnd.microsoft.card.adaptive", "content": { "type": "AdaptiveCard", "$schema": "https://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "body": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "width": 2, "items": [ { "type": "TextBlock", "text": "<at>John Doe</at> you should really see this.. ", "wrap": true } ] } ] } ], "msteams": { "entities": [ { "type": "mention", "text": "<at>John Doe</at>", "mentioned": { "id": "john@example.com", "name": "John Doe" } } ] } } } ] }
Save my day, that worked to me also with email address :)
I am glad to hear that!
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi, I was able to get it to work by replacing the id with my email. Here's the full JSON:
Save my day, that worked to me also with email address :)
I am glad to hear that!