Twilio removed the deprecated SMS/Messages API endpoint, replacing it with a new /Messages one, so Nuntium AOs to Twilio now fail with Twilio::REST::RequestError - Method not allowed (as of Nuntium 1.14.0).
We should upgrade to the new API, either by upgrading the twilio-ruby gem (which now requires Ruby >= 2.0 - and Nuntium is still in 1.9), or by manually performing the few API requests Nuntium does.
See https://support.twilio.com/hc/en-us/articles/223181028-Switching-from-SMS-Messages-resource-URI-to-Messages-resource-URI
Twilio removed the deprecated SMS/Messages API endpoint, replacing it with a new /Messages one, so Nuntium AOs to Twilio now fail with
Twilio::REST::RequestError - Method not allowed(as of Nuntium 1.14.0).We should upgrade to the new API, either by upgrading the
twilio-rubygem (which now requires Ruby >= 2.0 - and Nuntium is still in 1.9), or by manually performing the few API requests Nuntium does.See https://support.twilio.com/hc/en-us/articles/223181028-Switching-from-SMS-Messages-resource-URI-to-Messages-resource-URI