Can't send post to Channel team from web chatbot

Copper Contributor

Hi,

 

thanks in advance for everyone.

 

I'm using the FAQ PLUS template to connect web chat users with teams agents. The message to publish in teams is created well, but when the code use BotFrameworkAdapter.CreateConversationAsync(), the execution fail because of a 'bad request'. I've searched about but there isn't info related with it.

 

The log output is:

Microsoft.Bot.Schema.ErrorResponseException: Operation returned an invalid status code 'BadRequest'

 the template is this: https://github.com/OfficeDev/microsoft-teams-faqplusplus-app

And the method that is failing it is found here: https://github.com/OfficeDev/microsoft-teams-faqplusplus-app/blob/70ce3e06e54cde63f3fbdc657760016494...

0 Replies