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
Requires
- php: >=8.2
- edalzell/forma: ^3.0
- statamic/cms: ^5.0
Requires (Dev)
- laravel/pint: ^1.21
- orchestra/testbench: ^9.0
- pestphp/pest: ^3.7
- pestphp/pest-plugin-laravel: ^3.1
README
Statamic Webhook is a Statamic addon that sends statamic events to a webhook URL of your choice.
Features
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