public function MandrillAPIInterface::addWebhook in Mandrill 8
1 method overrides MandrillAPIInterface::addWebhook()
- MandrillAPI::addWebhook in src/
MandrillAPI.php - Creates a new webhook.
File
- src/
MandrillAPIInterface.php, line 27
Class
- MandrillAPIInterface
- Interface for the Mandrill API.
Namespace
Drupal\mandrillCode
public function addWebhook($path, $events, $description = 'Drupal Webhook');