Forum Discussion
BaluVijayaKumar
Nov 17, 2022Copper Contributor
Teams Connectors Actionable Message throwing Target URL Not Found
Hi, I had developed a Microsoft Teams connector for our application, that can post requests from MS-Teams Message cards to our application, but since yesterday the Actionable messages are failing wi...
Meghana-MSFT
Dec 01, 2022Former Employee
BaluVijayaKumar - We tried sending cards with Action.OpenUrl/Action.ShowCard via incoming webhook. Cards are posted successfully. Below is the card that we posted.
{
"type":"message",
"attachments":[
{
"contentType":"application/vnd.microsoft.card.adaptive",
"contentUrl":null,
"content":{
"$schema":"http://adaptivecards.io/schemas/adaptive-card.json",
"type":"AdaptiveCard",
"version":"1.2",
"body":[
{
"type": "TextBlock",
"text": "For Samples and Templates, see [https://adaptivecards.io/samples](https://adaptivecards.io/samples)"
}
],
"actions": [
{
"type": "Action.OpenUrl",
"title": "Action.OpenUrl",
"url": "https://adaptivecards.io"
}
]
}
}
]
}
Can you confirm if you are still facing this issue, if yes can you please share the JSON that you tried to send?
Meghana-MSFT
Dec 05, 2022Former Employee
Can you please confirm if your issue has been resolved?
- VanhuynhNov 07, 2024Copper Contributor
Hi,
I have the same problem but with the Send an email with option in power automate.
When User click "Approve" or "Reject" button it will show "Target URL is not allowed"
Please help!!!!!