/drupal-webhooks

A mirror of the Drupal Webhooks module.

Primary LanguagePHP

Webhooks

INTRODUCTION

This module acts as both a Webhook dispatcher and receiver. For dispatching, you can configure any amount of Webhooks that act on various events like entity create, update, delete and others.

For receiving, the module captures the request and provides the payload to others with a generic webhook event.

Configuration entity Webhook implementations are easily deployable.

REQUIREMENTS

This module requires the following module:

INSTALLATION

Install as you would normally install a contributed Drupal module.

For further information, visit: https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules

CONFIGURATION

The module has no menu or modifiable settings. There is no configuration.