visual1au/statamic-zapier-alerts

There is no license information available for the latest version (v1.0.0) of this package.

Show alerts on Statamic form blueprint pages when Zapier webhooks are configured

Maintainers

Package info

github.com/visual1au/statamic-zapier-blueprint-alerts

Type:statamic-addon

pkg:composer/visual1au/statamic-zapier-alerts

Statistics

Installs: 25

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-08-08 02:38 UTC

This package is not auto-updated.

Last update: 2026-03-21 05:01:16 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

Installation

  1. Install via Composer:
composer require visual1au/statamic-zapier-alerts
  1. 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:

  1. Uses a view composer to check if forms have Zapier webhooks configured
  2. Overrides Statamic's default form blueprint edit view
  3. 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.