Skip to content

Plone content rule action for executing HTTP GET or POST with JSON payload on event

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst
Notifications You must be signed in to change notification settings

collective/collective.webhook

Repository files navigation

collective.webhook

https://travis-ci.org/collective/collective.webhook.svg?branch=master

A Plone content rule action for executing HTTP GET or POST with interpolated JSON payload on content event.

Features

  • Can be used to trigger webhooks from Plone content rules.
  • Outgoing request are pooled through Plone instance local worker thread throttled by one request / second.

Examples

  • Can be used to trigger CI webhook for building GatsbyJS site from Plone after each time content is being modified.

Installation

Install collective.webhook by adding it to your buildout:

[buildout]

...

eggs =
    collective.webhook

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

About

Plone content rule action for executing HTTP GET or POST with JSON payload on event

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst

Stars

Watchers

Forks

Packages

No packages published