.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features. If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html This text does not appear on pypi or github. It is a comment.
.. image:: https://travis-ci.org/collective/collective.webhook.svg?branch=master :target: https://travis-ci.org/collective/collective.webhook
.. image:: https://coveralls.io/repos/github/collective/collective.webhook/badge.svg :target: https://coveralls.io/github/collective/collective.webhook
A Plone content rule action for executing HTTP GET or POST with interpolated JSON payload on content event.
.. Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar
.. Translations .. ------------
.. This product has been translated into .. .. - Klingon (thanks, K'Plai)
Install collective.webhook by adding it to your buildout::
[buildout]
...
eggs =
collective.webhook
and then running bin/buildout
The project is licensed under the GPLv2.