I am having a problem with the test number in the Whatsapp integration. The webhook is configured correctly, so the bot can receive incoming messages. The problem occurs with outgoing messages
Botpress sends a message to the same Whatsapp number, but currently there is a problem with the Argentina phone prefix.
Is there a way to edit the user's phoneNumber inside the bot?
I tried modifying the
event.tags.conversation['whatsapp:userPhone']
variable, but it didn't work.