How to integrate Autogen GroupChat with WhatsApp API for chatbot interactions? #3915
Replies: 2 comments 1 reply
-
Dear @HumbertoFelipe, we don't have existing examples for this integration and I have never used WhatsApp API. Based on what you are writing, you might be able to follow the group chat demonstration in the v0.4 documentation: https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/design-patterns/group-chat.html, as well as the handoff/swarm example: https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/design-patterns/handoffs.html
You will need to figure out how to use the WhatsApp API to capture the message, once you have the data, you can publish the message using
Create a
I recommend take a look into the v0.4 API doc and the examples above.
Do you want the user to see different personas or just the same persona? You can configure this by customizing the group chat message type to include sender of each message. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, @ekzhu, for your detailed response! I truly appreciate the guidance and the resources you've provided. I'll try implementing the suggestions you mentioned, especially focusing on how to capture the WhatsApp messages and use |
Beta Was this translation helpful? Give feedback.
-
I'm developing an application that utilizes Autogen GroupChat and I want to integrate it with the WhatsApp API so that WhatsApp acts as the client input. The idea is to have messages sent by users on WhatsApp processed as human input in the GroupChat, allowing for a seamless conversational flow between the user and the configured agents in Autogen.
Here are the project requirements:
Technical specifications:
I'm looking for suggestions, libraries, or even practical examples of how to effectively connect these two systems (Autogen GroupChat and WhatsApp API).
Any help or guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions