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:
string
When an entity is selected a switch entity will be created in Home Assistant. Turning on and off this switch will disable/enable the nodes in Node-RED.
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