blesta/webhooks

Sends automated HTTP requests based on events, and listen to HTTP requests to trigger specific events.

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 0

Type:blesta-plugin

1.1.2 2024-03-28 17:19 UTC

This package is auto-updated.

Last update: 2024-04-28 17:28:14 UTC


README

Sends automated HTTP requests based on events, and listen to HTTP requests to trigger specific events.

Install the Plugin

  1. You can install the plugin via composer:

    composer require blesta/webhooks
    
  2. OR upload the source code to a /plugins/webhooks/ directory within your Blesta installation path.

    For example:

    /var/www/html/blesta/plugins/webhooks/
    
  3. Log in to your admin Blesta account and navigate to

Settings > Plugins

  1. Find the Webhooks plugin and click the "Install" button to install it

  2. You're done!