logic app post into group chat

Volodymyr Litovka 121 Reputation points
2022-11-16T22:51:15.807+00:00

Hi friends, when I'm trying to configure posting message to a Group Chat (not a Team/Channel, but Group Chat), Logic App Designer asks me for the following parameters:

{
"channelId": "19:04..........@thread.tacv2",
"groupId": "UUID formatted ID"
}

how I can determine these parameters of a group chat where I want post a message to?

Thank you.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,543 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-11-17T05:14:24.243+00:00

    @Volodymyr Litovka Thanks for reaching out. Can you please confirm which action you are using to post the message to the team's channel?

    You can leverage the Post message in a chat or channel action and select the Group Chat from dropdown which will be heading of different group chat and post the message as below:

    261234-image.png

    In case if you want to set the Group chat field property dynamically then you can leverage the List chats action based on your input if you don't have the channel ID.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.