botbuilder-community-dotnet icon indicating copy to clipboard operation
botbuilder-community-dotnet copied to clipboard

Reflecting the latest changes Bot.Builder.Community.Components.Adapters.MessageBird ReadMe file

Open ahmetkocadogan opened this issue 3 years ago • 0 comments

https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/blob/master/libraries/Bot.Builder.Community.Components.Adapters.MessageBird/README.md

This ReadMe file needs to be updated since there are some changes made to the adapter itself.

I am creating this issue as a reminder for myself, i'll take care of it.

In that time, if anyone wants to use the MessageBird WhatsApp adapter component in composer, here is the changes.

This is the old configuration window.

image

This is the new one.

image

UseWhatsAppSandbox parameter is no longer needed and it is removed.

MessageBird Endpoint URL parameter is added. This parameter should be the URL of the webhook that you set up with MessageBird API to receive incoming messages, for example, https://www.yourdomain.com/api/messagebird , where this example assumes your route for the component is messagebird. This is needed for request verification.

You can also take a look at the adapter ReadMe as well, https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Adapters.MessageBird

ahmetkocadogan avatar Jun 09 '22 12:06 ahmetkocadogan