Incoming Webhook で@メンション
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "1さん、2さん焼肉いこうぜ!"
}
],
"msteams": {
"entities": [
{
"type": "mention",
"text": "1",
"mentioned": {
"id": "[email protected]",
"name": "一ノ瀬 一夫"
}
},
{
"type": "mention",
"text": "2",
"mentioned": {
"id": "6480daab-d9b5-4285-a9da-e2905e7aa2dc",
"name": "二宮 次郎"
}
}
]
}
}
UPN
表示する名前
Azure AD Object ID でもOK