0
将消息发送给我的电话号码时,遇到下列错误,我得到试图从我的Twilio号我想从我的Twilio号
from twilio.rest import TwilioRestClient as TRC
client = TRC('AC**********************edc','a7b***************************3d2') # connect to an account
client.messages.create(from_='+17********25', to='+23***********27', body='Twilio\'s the best!!') #create the message
Traceback
TwilioRestException: The From phone number +17*******25 is not a valid,
SMS-capable inbound phone number or short code for your account.
能
有人将消息发送给我的电话号码,如果出现以下错误请帮助我?
您是否使用Twilio验证过该电话号码? https://www.twilio.com/help/faq/phone-numbers/whats-the-difference-between-a-verified-phone-number-and-a-twilio-phone-number?utm_source=stack_overflow&utm_medium=jan2014&utm_campaign= stackathon您也可以使用他们的手机验证器来验证您使用的整个号码:https://www.twilio.com/lookup – fips