bagwaa/webhook

Webhook is an addon for the Laravel based Statamic CMS that allows you to create webhooks when certain events occur.

v1.0.2 2025-02-22 19:47 UTC

This package is auto-updated.

Last update: 2025-02-22 19:51:40 UTC


README

Statamic Webhook is a Statamic addon that sends statamic events to a webhook URL of your choice.

Features

Settings Page

This addon allows you to::

  • Specify a webhook URL
  • Enable / Disable Certain Events

How to Install

Require the package using composer.

composer require bagwaa/webhook

Publish the configuration file using the following command in the root of your project, this is needed to configure the addon.

php artisan vendor:publish --tag=bagwaa\webhook

How to Use

Within the control panel you can find the settings for the addon under the Webhook section. Here you can specify the URL you want to send the events to and enable / disable certain events to cut out some of the noise