I’m using Webhook and a telegram bot to alert me of messages sent to a WhatsApp business phone number, it’s working, the Webhook receives the correct info once, and I configured it to send this message:
You received a message from: [phonenumber]
The message is: [Message]
but the bot sends 4 messages like this:
You received a message from: [phonenumber]
The message is: [Message]
You received a message from:
The message is:
You received a message from:
The message is:
You received a message from:
The message is:
I have other instances of this with the same settings and other bots and this does not happen.