Hi,
i m trying to send a proactive message using a Power Virtual Agent in Teams but I'm getting an error message saying the bot cannot be found
{
"code": 404,
"source": "flow-apim-europe-001-northeurope-01.azure-apim.net",
"clientRequestId": "4b95bbd8-9aa9-4b30-ab0f-07011c6853d8",
"message": "The response is not in a JSON format.",
"innerError": "We couldn't find your bot."
}
Build a PVA and published it to teams using an app manifest
The bot has been allowed to teams and it works
The bot was installed as a personal application for the recipient of the proactive message
Any idea how to troubleshoot this ?
Thanks