以下代码适用于Microsoft Teams Desktop版本。 但该按钮无法在Teams移动应用中显示。
任何人都可以提供帮助?请参阅下面的照片附件
{"@type": "MessageCard",
"title": "System Alert",
"text" : "Network Error",
"themeColor": "E81123",
"potentialAction": [
{
"@type": "ActionCard",
"name": "ActionCardName",
"inputs": [
{
"@type": "TextInput",
"id": "comment",
"title": "Enter your comment",
"isMultiline": "true"
}
],
"actions": [
{
"@type": "HttpPOST",
"name": "OK",
"target": "https://ptsv2.com/t/ANA/post",
"body": "comment={{comment.value}}"
}
]
}
]
}
答案 0 :(得分:1)
我们将此功能称为可操作消息,我担心移动版本的小组尚不支持。它肯定在路线图上,但我们还没有ETA。