You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This is the new one.
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.
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.
This is the new one.
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 ismessagebird
. 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
The text was updated successfully, but these errors were encountered: