PHPackages                             michaelmannucci/webhook - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. michaelmannucci/webhook

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

michaelmannucci/webhook
=======================

An addon for Statamic that sends new entries to a webhook, allowing for integration with other platforms

v2.0.1(3y ago)154PHP

Since Jan 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/michaelmannucci/webhook)[ Packagist](https://packagist.org/packages/michaelmannucci/webhook)[ RSS](/packages/michaelmannucci-webhook/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Introduction
------------

[](#introduction)

The Webhook Addon for Statamic 3 allows you to send new entries to a specified webhook URL.

Installation
------------

[](#installation)

1. Require the package using `composer require michaelmannucci/webhook`
2. The config file should auto-publish, but if not, run `php artisan vendor:publish --tag="webhook"`
3. In the `config/webhook.php file`, specify the webhook URL in the `webhook_url` key and the fields you want to send for each collection in the `collections` key.

Configuration
-------------

[](#configuration)

Here is an example configuration:

```
