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
1174 1175 1176 1177 |
# File 'lib/mandrill/api.rb', line 1174 def info(id) _params = {:id => id} return @master.call 'webhooks/info', _params end |