Webhook
The Webhook node outputs data received from a created webhook in Home Assistant. Webhooks are a way to receive data or trigger automations from external sources, and this node allows you to integrate those triggers into your Node-RED flows.
Warning
Needs Custom Integration installed in Home Assistant for this node to function
Configuration
ID required
- Type:
string
A string to be used for the webhook URL in Home Assistant.
Allowed Methods required
- Type:
list
A list of allowed methods that Home Assistant will accept for the webhook. At least one method must be selected.
Expose as
- Type:
entity config
Creates a switch within Home Assistant to enable/disable this node. This feature requires Node-RED custom integration to be installed in Home Assistant
Outputs
Value types:
received data: The parsed body from the webhook requesttrigger id: webhook idheaders: entity state of the triggered entityparams: Query string parametersconfig: config properties of the node
