Enhancement: allow specifying JSON encoding for webhooks

This commit is contained in:
shamoon
2025-01-18 11:44:18 -08:00
parent cd50f20a20
commit 1094b05e42
9 changed files with 99 additions and 8 deletions

View File

@@ -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