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...
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-MSFT
Aug 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.
- mohacsAug 17, 2023Copper Contributor
Meghana-MSFT hi there. Is there any update? Thank you.