From f3d43503304a68600f103ce559fa3c1432cf5f10 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Wed, 21 Oct 2020 07:10:02 +1100 Subject: [PATCH] Add trigger.query to webhook documentation (#14950) --- source/_docs/automation/templating.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index c990014489a..fbbec6af4e7 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -167,6 +167,7 @@ The following tables show the available trigger data per platform. | `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.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). ### Zone