Webhook component is used for interfacing with external HTTP APIs when rule is triggered. Standard HTTP features such as the request method, headers, and request body are all supported.
+ ADD HEADER
. There’s no limit to how many you can have. For the exact headers needed, please consult the docs of the remote API you’re connecting to.+
icon.A list with all devices in the ground is shown, along with all of their assets and their metadata (Device title). After selecting an item from the list, it is inserted into the message as follows.
This makes a binding to Temperature asset’s state inside the message, so that whenever the rule is executed, Temperature
is replaced with the actual current value of that asset. The final message depends on the temperature, and may look like
Current temperature is 23°C.
or
Current temperature is -5.2°C.
Because bindings are just {{DEVICE_ID/ASSET_NAME}}, you’re free to write them manually as well.