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
When someone sends a message to the WhatsApp chatbot, the bot sends duplicate responses in the chat. This seems to happen because of the current POST request structure or possibly some configuration in the WhatsApp API.
Steps to Reproduce:
Send a message to the WhatsApp chatbot.
Observe the duplicate responses in the chat.
Expected Behavior:
The bot should only send a single response for each user message.
Problem:
When someone sends a message to the WhatsApp chatbot, the bot sends duplicate responses in the chat. This seems to happen because of the current POST request structure or possibly some configuration in the WhatsApp API.
Steps to Reproduce:
Expected Behavior:
The bot should only send a single response for each user message.
Code Snippet:
The text was updated successfully, but these errors were encountered: