MS 团队:Post 回复 MessageID
MS Teams : Post reply to MessageID
我们想 post 使用 HttpPost API 或 Curl 命令回复 ms teams 中的特定消息(在频道中)(远程)。最佳做法是什么?我们使用 power automate post 使用 HTTP Post 从 ms teams 到其中一台服务器的有效负载,现在 - 我们希望其中一台服务器 post 回复其中一条消息MS Teams 中的频道。
请确认最好的方法。
一种方法是使用 Microsoft Graph API - Send replies to a message in a channel. In order to call this API you will need Application Access Token(See this to Get access without a user(Application permission))
您还可以使用 Bot Framework REST API -
Create a bot with REST 按照此学习如何获取访问令牌并使用 API。
您的方案的 API 是 Reply to activity
为此,您需要在频道中安装一个机器人。
我们想 post 使用 HttpPost API 或 Curl 命令回复 ms teams 中的特定消息(在频道中)(远程)。最佳做法是什么?我们使用 power automate post 使用 HTTP Post 从 ms teams 到其中一台服务器的有效负载,现在 - 我们希望其中一台服务器 post 回复其中一条消息MS Teams 中的频道。
请确认最好的方法。
一种方法是使用 Microsoft Graph API - Send replies to a message in a channel. In order to call this API you will need Application Access Token(See this to Get access without a user(Application permission))
您还可以使用 Bot Framework REST API -
Create a bot with REST 按照此学习如何获取访问令牌并使用 API。
您的方案的 API 是 Reply to activity
为此,您需要在频道中安装一个机器人。