mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Document the type of the webhook.json parameter (#21401)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
df10fe69b3
commit
3d8b5316e0
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user