【发布时间】:2020-02-21 05:55:28
【问题描述】:
我的经验是将“blahblah@example.com”显示为文字。
(实际发送的电子邮件地址是有效的。上面的虚拟电子邮件地址仅用于凭据的关注。)
这是作为 Channel 消息发送的 JSON
{
"contentType": "application/vnd.microsoft.card.adaptive",
"content": {
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.0",
"body": [
{
"type": "Container",
"items": [
{
"weight": "bolder",
"size": "medium",
"text": "<at>blahblah@example.com</at> Hello World",
"wrap": false,
"type": "TextBlock"
}
]
}
],
"actions": []
}
}
最好使用我自己的机器人,而不是 Flow[bot]。
【问题讨论】:
标签: microsoft-teams adaptive-cards