-
Notifications
You must be signed in to change notification settings - Fork 176
Description
I am using net6.0 azure bot framework and able to connect with other default channel, however I am finding it difficult to connect to Messagebird. The number I am using is my own and it has been verified and I see that the message I am sending is getting to it, I also used ngrok set-up to configure my bot webhook and I see it is reaching it. However someowhere around the adapter handler and the controller which is not showing me the exact errror the bot is not responding but with unauthorized. I have confirmed my access key and sign key is correct as I used the same to set my bot webhook url and it was successful, I used https://conversations.messagebird.com/v1/webhooks as my MessageBirdWebhookEndpointUrl properties. Please what am I doing wrong here? Any helo will be appreciated