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