Is there any twilio evangelist who knows if there is information about the prefixes that twilio sends when receiving a whatsapp. For example: From a phone in Argentina, twilio builds a request like this:
{
"request":{
"SmsMessageSid":"xxxxxx",
"NumMedia":"0",
"ProfileName":"Nameprofile ",
"SmsSid":"xxxxx",
"WaId":"5491131254578",
"SmsStatus":"received",
"Body":"teando",
"To":"whatsapp:+5491125457896",
"NumSegments":"1",
"ReferralNumMedia":"0",
"MessageSid":"xxxx",
"AccountSid":"ACf4dsa",
"From":"whatsapp:+5491131254578",
"ApiVersion":"2010-04-01"
}
}
Although the sender's number is 1131254578, twilio sets it to +549 1131254578. Obviously I know that +549 is the country code/prefix, but I want to know if there is a list that uses twilio for country codes for whatsapp. This is how it is configured when you send a whatsapp from a phone to the twilio endpoint. But if you personalize the call and do it through postman, you could put as WaId: 541131254578, without putting 9 before 54, and whatsapp/twilio would send it to you the same, and the request would be WaId":"541131254578 from":"whatsapp:+541131254578.