visual1au/statamic-zapier-alerts
最新稳定版本:v1.0.0
Composer 安装命令:
composer require visual1au/statamic-zapier-alerts
包简介
Show alerts on Statamic form blueprint pages when Zapier webhooks are configured
README 文档
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.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-08-08