I’ve been trying to connect my Rasa Chatbot to Microsoft Bot Framework, which is supposed to be a fairly simple task (has about 1/2 a page in Rasa docs). I’m using NGROK on port 4195 and I have gotten past the REFUST TO CONNECT issues. I have the AppID and AppIDPassword in the credentials file, but every attempt to POST a message comes back POST /webhooks/botframework/webhook 404 Not Found Here is the body of the post
{
"type": "message",
"id": "GiArr0kFaVtGw3FoS1xHnl-us|0000000",
"timestamp": "2022-10-10T18:47:16.3889363Z",
"localTimestamp": "2022-10-10T14:47:16.27-04:00",
"localTimezone": "America/New_York",
"serviceUrl": "https://webchat.botframework.com/",
"channelId": "webchat",
"from": {
"id": "ed04b085-45d6-468d-8e68-25acd6e46536",
"name": "You"
},
"conversation": {
"id": "GiArr0kFaVtGw3FoS1xHnl-us"
},
"recipient": {
"id": "WellsBot_test@qCYvIFQMJRg",
"name": "WellsBot_test"
},
"textFormat": "plain",
"locale": "en-US",
"text": "Start",
"entities": [
{
"type": "ClientCapabilities",
"requiresBotState": true,
"supportsListening": true,
"supportsTts": true
}
],
"channelData": {
"clientActivityID": "1665427636269xa26ndq5rxf",
"clientTimestamp": "2022-10-10T18:47:16.27Z"
}
}