ruby on rails - Twilio Error : The From phone number +1******** is not a valid, SMS-capable inbound phone number or short code for your account -
i getting error if received sms .i have checked sidekiq logs , shows "error_class"=>"twilio::rest::requesterror"
.i have checked phone number sms-capablility on twilio account , status shows active.
i getting same error in rails project. problem mismatch between twilio account sid , auth token , twilio phone number (i think using test credentials real twilio phone number). once got these set correctly in project, problem resolved.
Comments
Post a Comment