Webhooks
The device is able to send Webhooks (HTTP requests) to a specified server.
There are two types of Webhooks, which can be active at the same time:
- Interval Webhooks
- Notification Webhooks
Interval Webhooks
The device sends a Webhook at definable regular intervals.
Configuration
Enable
Tick the checkbox to fill out the configuration details and enable the interface.
URL
The URL of the HTTP server to send the Push requests to
Template filename
Choose from the list of available template files or use the default push.tpl template file.
Also refer to the Templates page.
Template Variables
These are strings or numbers, that when optionally provided, are available inside the chosed template.
Interval
The device will trigger webhooks (send HTTP POST requests) in the specified interval.
Test the configuration
After filling in the form, click on at the bottom of the page, to test the configuration.
Save the configuration
Click on at the bottom of the page, to persist the configuration.
Notification Webhooks
The device sends a Webhook as a notification, as a reaction to an event or state change of a peripheral device. For this, at least one peripheral device must have webhook enabled under "Notify by".
Also see Notifications