PHPackages                             sitestein/statamic-form-webhooks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sitestein/statamic-form-webhooks

ActiveLibrary

sitestein/statamic-form-webhooks
================================

2.0.0(3y ago)11.0k2PHP

Since Oct 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sitestein/statamic-form-webhooks)[ Packagist](https://packagist.org/packages/sitestein/statamic-form-webhooks)[ RSS](/packages/sitestein-statamic-form-webhooks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Statamic Form Webhooks
======================

[](#statamic-form-webhooks)

> Form Webhooks is a Statamic addon that pushes data from a form submission to a specified webhook.

Form Webhooks can be usefull to send form data to a CRM, mailinglist or other service.

You could create webhooks with Make.com or Zapier and send form data to your desired integration, this allows you to;

- Collect e-mailadresses and add them to a Mailchimp mailinglist
- Notify Slack channels of a new form submission
- Collect prospects to your CRM

How to Install
--------------

[](#how-to-install)

You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following commands from your project root:

```
composer require sitestein/statamic-form-webhooks
```

```
php artisan vendor:publish --tag=statamic-form-webhooks-config
```

How to Use
----------

[](#how-to-use)

After you installed the package and run the publish command, you can find the config file in `config/statamic-form-webhooks.php`. Here you can add a new webhook by adding a new item to `webhooks` array.

Example:

```
 [
    // ...
    'webhooks' => [
        // ...
        'newsletter' => [ // 'newsletter' is the handle of the form
            'url' => 'https://hook.eu1.make.com/loremipsum', // The webhook url
            'fields' => [ // The fields that should be sent to the webhook
                'email' => 'email',
                'name' => 'name',
            ],
            'if' => [ // optional, only send if these fields are a specific value
                'checkboxes_field.0' => 'subscribe',
            ],
        ],
    ]
 ]
```

Now all submissions from the form with the handle `newsletter` will be sent to the webhook. If you use Make.com for example, you can create a webhook and see the form data, which you can map to your desired integration.

This package also integrates with Ray for debugging, if you have Ray installed, just open the app and submit a form.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~69 days

Total

2

Last Release

1245d ago

Major Versions

1.0.0 → 2.0.02022-12-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1470623?v=4)[Gijs Jorissen](/maintainers/gizburdt)[@gizburdt](https://github.com/gizburdt)

![](https://avatars.githubusercontent.com/u/3015449?v=4)[Olav van Schie](/maintainers/ovanschie)[@ovanschie](https://github.com/ovanschie)

---

Top Contributors

[![ovanschie](https://avatars.githubusercontent.com/u/3015449?v=4)](https://github.com/ovanschie "ovanschie (10 commits)")

### Embed Badge

![Health badge](/badges/sitestein-statamic-form-webhooks/health.svg)

```
[![Health](https://phpackages.com/badges/sitestein-statamic-form-webhooks/health.svg)](https://phpackages.com/packages/sitestein-statamic-form-webhooks)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
