You are here

function mandrill_get_webhooks in Mandrill 8

Same name and namespace in other branches
  1. 7.2 mandrill.module \mandrill_get_webhooks()

Get a list of webhooks.

File

./mandrill.module, line 153
Enables Drupal to send email directly through Mandrill.

Code

function mandrill_get_webhooks() {
  throw new \Exception('Use the getWebhooks() method on the API service class instead.');
}