I am trying to setup automated reminders to post a message in an MS Teams channel and then a step to post a notification to that channel. I am able to post the message without issue, but when I try to post the feed notification I get a 400 Bad request with the following error:
{
"error": {
"code": 400,
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"clientRequestId": "de2e8b7e-fd27-48b0-a57b-ea4bf48f7068",
"message": "The response is not in a JSON format.",
"innerError": "Cannot read server response."
}
}
Attached is a screenshot of how the flow is setup. This is notifying a single user in the channel, which is why it is not in an Apply to Each control, however, the same error applies to that scenario when I have tested it.
**Update** - This error does not happen when I make myself the recipient of the notification, only when I try to make another user the recipient.
