I'm using twilio API for sending sms to my customers.
suppose I have 2 phone numbers in twilio (US and AUS ). I want to use from number based on my customers location.
if the customers is from US, then I send sms via US number, or if the customers is from Australia , then I send sms via AUS number.
I know this is possible via API, by changing the "from" parameter value.
but my question is, If I need to use Alphanumeric as my sender Id ( for example my company name) how can I do this by keeping the same logic ( from US > to US , from AUS to AUS)
any idea ?