mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Enhancement: allow specifying JSON encoding for webhooks (#8799)
This commit is contained in:
parent
cd50f20a20
commit
ed1775e689
9 changed files with 99 additions and 8 deletions
|
|
@ -419,6 +419,7 @@ The following workflow action types are available:
|
|||
|
||||
- The URL to send the request to
|
||||
- The request body as text or as key-value pairs, which can include placeholders, see [placeholders](usage.md#workflow-placeholders) below.
|
||||
- Encoding for the request body, either JSON or form data
|
||||
- The request headers as key-value pairs
|
||||
|
||||
#### Workflow placeholders
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue