You are here

public function DrupalMandrill::webhooks_list in Mandrill 7

@link https://mandrillapp.com/api/docs/webhooks.html#method=list

Return value

array|MandrillException

File

lib/mandrill.inc, line 383
Wrapper class around the Mandrill API.

Class

DrupalMandrill
Class DrupalMandrill.

Code

public function webhooks_list() {
  return $this
    ->request('webhooks/list');
}