Forum Discussion
TCF_SAHA
Jul 25, 2023Copper Contributor
Message Card Action Buttons not working consistently
We have a little solution that is in use with hundreds of customers around the globe and so far all worked fine, until lately. But the last days we get tickets from customers complaining, that th...
Meghana-MSFT
Jul 26, 2023Bronze Contributor
Thank you for reporting this, we will check this and get back to you. Can you please share the card JSON that you are using so that it would be easy for us to repro this.
TCF_SAHA
Jul 27, 2023Copper Contributor
Thank you for your answer, Meghana-MSFT.
Sure, please find the JSON below:
{
"@context": "https://schema.org/extensions",
"@type": "MessageCard",
"themeColor": "FFB900",
"title": "Missed call from <PHONE_NUMBER>",
"text": "Name: <CALLER_NAME>, Mobil [Shared Mailbox]<br> Voice Apps: Voice App 1, Voice App 2 <br> Date: 27.07.2023 <br> Time: 10:10 ",
"potentialAction": [
{
"@type": "OpenUri",
"name": "Call <PHONE_NUMBER>",
"targets": [
{
"os": "default",
"uri": "https://teams.microsoft.com/l/call/0/0?users=<PHONE_NUMBER>"
}
]
},
{
"@type": "HttpPOST",
"name": "Task completed",
"target": "<APP_URI>/<ACTION>?code=<TOKEN_CODE>",
"body": "{\r\n \"Number\": \"<PHONE_NUMBER>\", \"messageCardDate\": \"27.07.2023\", \"messageCardTime\": \"10:10\", \"localTimeZone\": \"W. Europe Standard Time\", \"callerLookupName\": \"<CALLER_NAME>, Mobil\", \"language\": \"ger\", \"voiceAppName\": \"Voice App 1, Voice App 2\"\r\n}",
"headers": [
{
"Content-Type": "application/json"
}
]
}
]
}
- Meghana-MSFTAug 03, 2023Bronze Contributor
TCF_SAHA - Could you please share console log and network trace when this issue reproduces along with tenant details at microsoftteamsdev@microsoft.com.
- Meghana-MSFTAug 07, 2023Bronze Contributor
Could you please share console log and network trace when this issue reproduces along with tenant details at microsoftteamsdev@microsoft.com.
- Meghana-MSFTAug 08, 2023Bronze ContributorWe raised a bug for the same, we will keep you posted on the updates. Thank you.