I would like to know if it is possible to mention people in Microsoft Teams using UiPath. Specifically, I am using the “UiPath.IntegrationService.Activities” package and the “Send a Channel Message” activity for Microsoft Teams. Is there a way to include mentions in the message?
Thank you for your assistance.
@mkt.scott4
AFAIK UiPath uses graph api for microsoft teams and graph api allows you to mention people. You mention people in graph api using <at id = 0>
tag. Try to format your message with this tag
Thank you. I read the article and tried it, but it didn’t work.
Could you show me how exactly I should write it in the activity screen?