From 3d8b5316e0c360629a37a9ea839fafa1cd85cb45 Mon Sep 17 00:00:00 2001 From: Kamil Date: Mon, 31 Jan 2022 13:53:17 +0100 Subject: [PATCH] Document the type of the webhook.json parameter (#21401) Co-authored-by: Franck Nijhof --- source/_docs/automation/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index 087f62be019..86c3cdac8af 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -112,7 +112,7 @@ The following describes trigger data associated with all platforms. | ---- | ---- | | `trigger.platform` | Hardcoded: `webhook` | `trigger.webhook_id` | The webhook ID that was triggered. -| `trigger.json` | The JSON data of the request (if it had a JSON content type). +| `trigger.json` | The JSON data of the request (if it had a JSON content type) as a mapping. | `trigger.data` | The form data of the request (if it had a form data content type). | `trigger.query` | The URL query parameters of the request (if provided).