Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
JSON Payload: (I pulled this from the error in workflow editor. I assume this is the payload? If not, how do I get it?)
{
"host": {
"connectionReferenceName": "shared_teams",
"operationId": "PostCardToConversation"
},
"parameters": {
"poster": "Flow bot",
"location": "Channel",
"body/recipient/groupId": "[Moderator note: personal info removed]",
"body/recipient/channelId": "[Moderator note: personal info removed]",
"body/messageBody": "{\"icon_url\":\"\",\"channel\":\"\",\"username\":\"\",\"text\":\"Notification Test 8 https://ansiblegateway.xxx.com\"}"
}
```}
Are you using a built-in template like *"Send webhook alert to a channel"*? << Using the built-in template as instructed in the link I shared in the question.
Are you receiving the error *"Property 'type' must be 'AdaptiveCard'"* directly within the Ansible/AWX logs, or do you see it in the Teams Workflow run history? <<< Shows successful on ansible side from the UI test. I see the error on Workflow side in run history. Pasted the error message from workflow run in original question.
Can you confirm if you are using the built-in "Mattermost" notification type in Ansible Automation Platform, or if you are using a generic "Webhook" type? <<< Using Mattermost. Just change the webhook URL for testing. Still working on the legacy webhook url as pasted above.