Hi,
There’s probably a super simple way to do this but it’s escaping me.
The use case is Twilio SMS via Bubble. I have the API set-up and it’s working for the most part.
Twilio accepts a variety of formats whether +1 (area code) number or just (area code) number. My challenge is when SMSs come back from Twilio to Bubble, those numbers are formatted as +1 (area code) number. If the number in my DB doesn’t have that +1 attached to the phone number, Bubble won’t match only on the 10 digit number. Please correct me if I’m wrong.
My question is the best way to set up an input and workflow so that the phone data from my users is formatted as +1 (area code) number. International formatting will be important but isn’t as much now. What have you guys done to accomplish the +1 format for your phone numbers that are saved in your databases?
Much appreciated!