function Mandrill::webhooks_list in Mandrill 6
@link https://mandrillapp.com/api/docs/webhooks.html#method=list
Return value
array|Mandrill_Exception
File
- ./
mandrill.class.php, line 327
Class
Code
function webhooks_list() {
return $this
->request('webhooks/list');
}