无法通过天蓝色的逻辑应用程序向Microsoft Teams发布消息

时间:2020-10-08 07:08:41

标签: json azure microsoft-teams azure-logic-apps

我天蓝色有一个逻辑应用程序,如下所示。 Logic app in azure

解析的JSON是-json(decodeBase64(triggerBody()?['ContentData']))

parseJSON的输出为:

身体

 void func2(char (**ap)[4])
 {
   printf("%s", (*ap)[1]);
 }

Post message screen 在帖子中,我有TeamID,ChannelID和Message。他们都充满了正确的信息,但我仍然遇到错误:

  {
    "Message": "New message from logic app",
    "TeamID": "testNotificationsTeams",
    "ChannelID": "General"
  }

我不明白为什么会收到此错误,怎么了?

1 个答案:

答案 0 :(得分:0)

问题是我没有发送正确的teamdID和ChannelID。