├── README.md ├── _add-ons └── webhooks │ ├── default.yaml │ └── hooks.webhooks.php └── _config └── add-ons └── webhooks └── webhooks.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelfear/Statamic-Webhooks/HEAD/README.md -------------------------------------------------------------------------------- /_add-ons/webhooks/default.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelfear/Statamic-Webhooks/HEAD/_add-ons/webhooks/default.yaml -------------------------------------------------------------------------------- /_add-ons/webhooks/hooks.webhooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelfear/Statamic-Webhooks/HEAD/_add-ons/webhooks/hooks.webhooks.php -------------------------------------------------------------------------------- /_config/add-ons/webhooks/webhooks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelfear/Statamic-Webhooks/HEAD/_config/add-ons/webhooks/webhooks.yaml --------------------------------------------------------------------------------