Method: Mandrill::Webhooks#list
- Defined in:
- lib/mandrill/api.rb
#list ⇒ Array
Get the list of all webhooks defined on the account
1715 1716 1717 1718 |
# File 'lib/mandrill/api.rb', line 1715 def list() _params = {} return @master.call 'webhooks/list', _params end |