node-red-contrib-home-assistant-websocketnode-red-contrib-home-assistant-websocket
Guides
Nodes
FAQ
Cookbook
Scrubber
Discussions
Discord
Github
Guides
Nodes
FAQ
Cookbook
Scrubber
Discussions
Discord
Github
  • Config Nodes

    • Device Config
    • Entity Config
    • Server Config
  • General Nodes

    • Action
    • API
    • Current State
    • Device
    • Events: all
    • Events: calendar
    • Events: state
    • Fire Event
    • Get Entities
    • Get History
    • Poll State
    • Render Template
    • Sentence
    • Tag
    • Time
    • Trigger: state
    • Wait Until
    • Webhook
    • Zone
  • Entity Nodes

    • Binary Sensor
    • Button
    • Entity
    • Number
    • Select
    • Sensor
    • Switch
    • Text
    • Time
    • Update Config

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 request
  • trigger id: webhook id
  • headers: entity state of the triggered entity
  • params: Query string parameters
  • config: config properties of the node
Help us improve this page!
Last Updated:
Contributors: Jason
Prev
Wait Until
Next
Zone