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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -