Forum Discussion
praveshsonkusare
Aug 07, 2023Copper Contributor
There was a problem submitting your changes. Try again in
I am using Adaptivecards which has few buttons using HttpPost action. When I click on that I get the error "Failed to send-There was a problem submitting your changes. Try again in a minute.". On ch...
praveshsonkusare
Aug 09, 2023Copper Contributor
Example Message:
{
"messageCard": "messageCard",
"@context": "http://schema.org/extensions",
"summary": "critical Alert - LMD1",
"themeColor": "#FF0000",
"sections": [
{
"activitySubtitle": "Wed Jul 21 11:44 PM UTC 2021",
"activityTitle": "critical Alert - LMD1",
"activityImage": "https://images.g2crowd.com/uploads/product/hd_favicon/1487566436/logicmonitor.png",
"facts": [
{
"name": "LogicMonitor",
"value": "[Link to Alert]"
},
{
"name": "Message",
"value": "critical - 127.0.0.1_collector_47548 Host Status heartbeat<br>Alert Rule: This alert matches the rule ms-teams-rule<br>Recipients: Alert now is going to stage 1 recipients: email address removed for privacy reasons(MS Teams Integration)"
},
{
"name": "Host",
"value": "127.0.0.1_collector_47548"
}
]
}
],
"potentialAction": [
{
"@type": "HttpPOST",
"name": "Acknowledge",
"target": "<url>",
"headers": [
{
"name": "content-type",
"value": "application/json"
},
{
"name": "lm-x-token",
"value": "*****"
}
]
"body": "{}",
"isPrimary": true
},
{
"@type": "actionCard",
"name": "Schedule Down Time",
"inputs": [
{
"@type": "MultichoiceInput",
"id": "sdt_type",
"isRequired": true,
"title": "Set SDT For",
"choices": [
{
"display": "Instance",
"value": "INSTANCE"
},
{
"display": "Device",
"value": "DEVICE"
}
],
"value": "INSTANCE"
},
{
"@type": "MultichoiceInput",
"id": "sdt_duration",
"isRequired": true,
"title": "Select the SDT duration",
"choices": [
{
"display": "30 Minutes",
"value": "30"
},
{
"display": "1 Hour",
"value": "60"
},
{
"display": "2 Hours",
"value": "120"
},
{
"display": "8 Hours",
"value": "480"
},
{
"display": "24 Hours",
"value": "1440"
},
{
"display": "7 Days",
"value": "10080"
},
{
"display": "30 Days",
"value": "43200"
}
]
},
{
"@type": "textInput",
"id": "sdt_comment",
"title": "SDT Notes (optional)",
"isMultiline": true
}
],
"actions": [
{
"@type": "HttpPOST",
"name": "Save",
"target": "<URL>",
"headers": [
{
"name": "content-type",
"value": "application/json"
},
{
"name": "lm-x-token",
"value": "*****"
}
],
"body": "{}",
"isPrimary": true
}
]
},
{
"@type": "HttpPOST",
"name": "Full Alert Details",
"target": "<URL>",
"headers": [
{
"name": "content-type",
"value": "application/json"
},
{
"name": "lm-x-token",
"value": "*****"
}
],
"body": "{}",
"isPrimary": true
}
]
}ChetanSharma-msft
Microsoft
Aug 10, 2023Hello praveshsonkusare - We are able to repro your issue and raise a bug.
Please refer this thread: Message Card Action Buttons not working consistently - Microsoft Community Hub
- praveshsonkusareAug 24, 2023Copper Contributor
ChetanSharma-msft Meghana-MSFT Is there any update on this issue?
- ChetanSharma-msftAug 24, 2023
Microsoft
praveshsonkusare - Sorry for delay in response.
We will check the bug status and inform you accordingly.- praveshsonkusareAug 28, 2023Copper Contributorcan you please provide any update on this bug?