collective.webhook
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 requests are sent after the transaction commits, one at a time through a single worker thread of the Plone instance. The request that triggered the rule waits for the response.
Examples
- Can be used to trigger CI webhook for building GatsbyJS site from Plone after each time content is being modified.
Documentation
Full documentation is in the "docs" folder.
Run make docs-html to build it.
Installation
With uv:
uv venv
uv pip install -e '.[test]'
Contribute
- Issue Tracker: https://github.com/collective/collective.webhook/issues
- Source Code: https://github.com/collective/collective.webhook
License
The project is licensed under the GPLv2.
Release files for collective.webhook 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| collective_webhook-0.4.0.tar.gz | 449.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| collective_webhook-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 468.1 kB
Release files / collective_webhook-0.4.0.tar.gz
| Download URL | collective_webhook-0.4.0.tar.gz |
|---|---|
| Size | 449.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c55698f68816be117fc68ecae5d76f291537cd0a38cccec8af9a7301d447d9f8
|
|
BLAKE2b-256 checksum How to use checksums |
bb8c9e09e5793dbb270d9417c58308b7425fe0566b5794d03a3ec27e63b6c411
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|
Release files / collective_webhook-0.4.0-py3-none-any.whl
| Download URL | collective_webhook-0.4.0-py3-none-any.whl |
|---|---|
| Size | 18.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
191fd663e2aac162e5ad13ea0d23238dbea8c42efbe5fb3131117a785a7d364d
|
|
BLAKE2b-256 checksum How to use checksums |
371a525de2903d3791858e78b43c9670c21561d53fa9a3294d358af525e1eb63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|