I have constructed a Teams Message using various dynamic elements and I would like to add a mention to a Teams Channel.
All the articles I have seen use Send HTTP request to generate the message and Channel ID. Is there a way to use the Mention action to get the same result?
Hi @Skybluekid,
Unfortunately, there is not a mention token action for channels which you can use to make it a bit easier. Is there a specific reason why you don't want to use the HTTP request approach?
You can look into using an adaptive card instead, that might work as well. Have a look at this example: