From 6baf84523908a9259c65eb2cf3c96dbb2bf7c3b1 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:30:53 -0800 Subject: [PATCH] Update usage.md --- docs/usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 504aae9ef..e9e3dd01e 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -418,7 +418,8 @@ The following workflow action types are available: "Webhook" actions send a POST request to a specified URL. You can specify: - 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. +- The request body as text or as key-value pairs, which can include placeholders, see [placeholders](usage.md#workflow-placeholders) below. When + using key-value pairs, the request will be sent as a JSON-encoded object, otherwise it will be sent as form-encoded data. - The request headers as key-value pairs #### Workflow placeholders