azure bot and whatsap channels implementationn

Panos Stav 0 Reputation points
2024-09-27T10:24:38.99+00:00

You may know that WhatsApp is not one of the communication channels supported by the QnA Bot in Azure. Many other are supported but not WhatsApp. What I found is that I download a function from github that should be able to communicate with Azure bot, then bit of c# coding and should work. Not as straight forward as with sms or Teams, email, Messenger though. But i read that recently in 2024 i think WhatsApp communicates better with Azure. So what's the most straight forward way to send messages to the azure bot via WhatsApp, has something changed? Thank you!

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
833 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 51,501 Reputation points
    2024-09-28T23:42:20.93+00:00

    Hello @Panos Stav

    Thanks for reaching out to us, are you considering leveraging Bot Builder .NET SDK? You can leverage channel adapter C# to connect your bot to WhatsApp as below reop.

    https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Adapters.Infobip.WhatsApp

    Please check on above document and see if that is what you are looking for.

    Also, please check on the document if you need more information about the channel information -

    https://learn.microsoft.com/en-us/azure/bot-service/bot-service-channel-additional-channels?view=azure-bot-service-4.0

    https://learn.microsoft.com/en-us/azure/bot-service/bot-service-manage-channels?view=azure-bot-service-4.0

    I hope this helps.

    Regards,

    Yutong

    -Please kindly accept the answer and vote 'Yes' to support the community if you feel helpful, thanks a lot.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.