Alek Yageornba

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in How to add Notifications to Rails with Noticed Discussion

I added a custom delivery method by creating a class inside app/notifications/deliveries, then registered it in the Noticed config. Works great for https://sms.to too - I use SMS.To to send SMS directly. Just make sure to include the delivery method in your notification class’s deliver_by line and pass any needed phone number info through the params. Super flexible setup once it's in place.