Hi,
I'm currently building a system of Flows/Power Automates in order to run behind a Form in order to send a number of Flow Adaptive Cards to a Channel, within this channel I want to use the Tags System built in and I've manged to find the following code:
{
"type": "mention",
"text": "<at>John </at>",
"mentioned": {
"id": "8:orgid:{org-ID-of-the-user}",
"name": "John "
}
And I wondered if anyone could help me get started with finding the org-ID-of-the-Team not the user.
For example I currently have a channel setup with a @Drivers setup as a group and I want a certain adaptive card to mention this tag instead of name every single person.
Thanks in advance.
John