visual1au / statamic-zapier-alerts
Show alerts on Statamic form blueprint pages when Zapier webhooks are configured
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:statamic-addon
Requires
- php: ^8.1
- gerttimmerman/statamic-zapier: ^1.0
- statamic/cms: ^5.0
This package is not auto-updated.
Last update: 2025-08-08 06:30:23 UTC
README
A Statamic addon that displays warning alerts on form blueprint edit pages when Zapier webhooks are configured for that form.
Features
- Automatically detects forms with configured Zapier webhooks
- Shows a prominent warning alert on the blueprint edit page
- Reminds users to update their Zaps when making field changes
Requirements
- PHP ^8.1
- Statamic ^5.0
- gerttimmerman/statamic-zapier package
Installation
- Install via Composer:
composer require visual1au/statamic-zapier-alerts
- Publish the views (this will override Statamic's default form blueprint edit view):
php artisan vendor:publish --provider="Visual1au\StatamicZapierAlerts\ServiceProvider" --tag="views"
How it works
The addon:
- Uses a view composer to check if forms have Zapier webhooks configured
- Overrides Statamic's default form blueprint edit view
- Displays a warning alert when webhooks are detected
Usage
Once installed, the alerts will automatically appear on any form blueprint edit page where Zapier webhooks are configured in your content/zapier-webhooks.yaml
file.
Configuration
No additional configuration required. The addon automatically detects webhooks from the gerttimmerman/statamic-zapier package.