尝试从我的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.
有人可以帮助我吗?
答案 0 :(得分:2)
您是否确保将from_
号码添加到Account's phone numbers page上的Twilio帐户中。 Error 21606可能有关于此问题的更多信息。如果这是使用您的"测试凭证"您需要查看test credentials。
答案 1 :(得分:0)
您购买的twilio号码(您的号码:应该是短信启用)似乎没有发送微笑的功能。