From ad90494bc7c6531e99c3f965cb8ed62e0604d662 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 29 Apr 2019 08:10:46 +0200 Subject: [PATCH] Update webhook documentation for trigger.query (#9202) (#9346) --- source/_docs/automation/trigger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index c734fab8bf2..b892651b895 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -231,7 +231,7 @@ automation 3: ### {% linkable_title Webhook trigger %} -Webhook triggers are triggered by web requests made to the webhook endpoint: `/api/webhook/`. This endpoint does not require authentication besides knowing the webhook id. You can either send encoded form or JSON data, available in the template as either `trigger.json` or `trigger.data`. +Webhook triggers are triggered by web requests made to the webhook endpoint: `/api/webhook/`. This endpoint does not require authentication besides knowing the webhook id. You can either send encoded form or JSON data, available in the template as either `trigger.json` or `trigger.data`. URL query parameters are available in the template as `trigger.query`. ```yaml automation: