bagwaa / webhook
Webhook is an addon for the Laravel based Statamic CMS that allows you to create webhooks when certain events occur.
v1.0.3
2025-02-24 09:25 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 to send events to
- Enable / Disable certain events
- Provide a header for the webhook which is typically used for authentication
How to Install
Require the package using composer.
composer require 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, along with a header, and also enable / disable certain events to cut out some of the noise