Hello everyone!
After integrating whatsapp and adding my number as test number, I sent a message to start the bot, but unfortunately the logs show this error:
[whatsapp] Failed to send interactive message from bot to Whatsapp. Reason: {
message: '(#131030) Recipient phone number not in allowed list',
type: 'OAuthException',
code: 131030,
error_data: {
messaging_product: 'whatsapp',
details: 'El número de teléfono del destinatario no está en la lista de autorizados: Agrega el número de teléfono del destinatario a la lista de destinatarios y vuelve a intentarlo.'
},
fbtrace_id: 'AtjMLv4MRtKleHIFn7l0Rto'
}
I'm sure that I added my number as test in the facebook page, but it keeps showing the same message. What I think could be the problem is that in the logs I see that my number is shown with a "1" prepended (+5213333333333, which it's incorrect) and when I tested it with postman adding the "1" it shows me the same error.
Any ideas how I could make sure botpress doesn't add the "1"??