メールを送信するための action.sumbit を使用してアダプティブ カードを作成しましたが、メールを送信することができません。
アダプティブ カードをお任せします。
{
"type": "AdaptiveCard",
"version": "1.0",
"body": [
{
"type": "TextBlock",
"size": "large",
"weight": "bolder",
"text": "MAil"
}
],
"actions": [
{
"type": "Action.Submit",
"data": {
"myName": "asds",
"myEmail": "ASASAD@fadff.com"
},
"title": "Send Email"
}
]
}