gridhook
gridhook copied to clipboard
A Rails engine that provides an endpoint for SendGrid webhooks
Adds possibility to override gridhook-engine methods with decorators in your application. Example file: app/decorators/gridhook/event_decorator.rb ``` ruby Gridhook::Event.class_eval do def self.process_events(events) # custom method to process events end end ```
Last feb sendgrid announced that they are changing their event notification API. Any plans with regards to this?
The "Gridhook API Documentation" link is broken in the README.
Recently we started getting the following error, each time we receive post event from SendGrid. As you can see from the Gemfile, we got the latest gridhook version. It may...