Receiving http status 400 when attempting to test webhook connectivity when posting an adaptive message card to an Office 365 group - verified working with postman
Hi All. I've tried to configure a webhook connection so that I can post an 'Adaptive message card' to an Office 365 group (following this https://docs.microsoft.com/en-us/outlook/actionable-messages/actionable-messages-via-connectors)
But receive a http 400 error when testing the webhook connection.
I have successfully posted a message using Postman, but can't seem to replicate the sucess with the sumologic webhook feature.
As well as the webhook url (verified with Postman) I have configured an optional custom header as Content-Type:application/json
with the following payload
{
"type": "AdaptiveCard",
"title": "Sumologic Alert message",
"text": "testing testing 123...",
"body": [
{
"type": "TextBlock",
"text": "testing testing 123...."
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.0"
}
Anything else I have forgotten ?
Cheers.
Please sign in to leave a comment.
Comments
1 comment