I replaced the phone number in to = " " with a variable and I am getting an HTTP Error message.
phoneNumber = +14403943924
message = client.messages.create(
to= phoneNumber,
from_="+14397829146",
body= message)
HTTP Error Your request was:
POST /Accounts/AC5eadecae45ea157bc833c458a3cf0349/Messages.json
Twilio returned the following information:
Unable to create record: The 'To' number 32+14403943924 is not a valid phone number.
Not sure why it adds a 32 in front of my variable above.