A Plone content rule action for executing HTTP GET or POST with interpolated JSON payload on content event.
- 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.
- Can be used to trigger CI webhook for building GatsbyJS site from Plone after each time content is being modified.
Install collective.webhook by adding it to your buildout:
[buildout] ... eggs = collective.webhook
and then running bin/buildout
- Issue Tracker: https://github.com/collective/collective.webhook/issues
- Source Code: https://github.com/collective/collective.webhook
The project is licensed under the GPLv2.