Method: Mandrill::Webhooks#info
- Defined in:
- lib/mandrill/api.rb
#info(id) ⇒ Hash
Given the ID of an existing webhook, return the data about it
1756 1757 1758 1759 |
# File 'lib/mandrill/api.rb', line 1756 def info(id) _params = {:id => id} return @master.call 'webhooks/info', _params end |