Ask A Question

Notifications

You’re not receiving notifications from this thread.

Noticed Gem - Twilio is not working

Aaron Xavier asked in Gems / Libraries

Using jumpstartpro. Setup the credentials and verified that they are correct. All other delivery methods work, but I am getting this error for Twilio

Error performing Noticed::DeliveryMethods::Twilio (Job ID: 6a072966-9bce-4abb-8c91-f48a92a81db6) from Sidekiq(default) in 344.18ms: Noticed::ResponseUnsuccessful (Noticed::ResponseUnsuccessful):

No other details as to why. Any idea how I can troubleshoot the issue?

Reply

If you set the debug: true option it will print out the request and response:

https://github.com/excid3/noticed/blob/master/lib/noticed/delivery_methods/base.rb#L73-L76

Reply

Figured out from the debug that in addition to the def message function I also need to have a param[:message] (which is used by twiolio. Somehow I missed that this is a requirement from the docs. :(


NewEnquiryNotification.new(enquiry: @enquiry, message: "#{@enquiry.first_name} just sent an enquiry.").deliver(User.all)

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.