# Webhook
Outputs the data received from the created webhook in Home Assistant
WARNING
Needs Custom Integration (opens new window) installed in Home Assistant for this node to function
# Configuration
# ID
- Type:
string
A string to be used for the webhook URL in Home Assistant.
# Payload
- Type:
string
Customizable location for the webhook payload. Defaults to msg.payload
# Headers
- Type:
number
Customizable location for the webhook request headers.
# Outputs
# topic
- Type:
string
webhook ID
# payload
- Type:
object | number | string
The parsed body from the webhook request.
← Wait Until Zone →