Skip to main content

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

Checkbox

Tick the checkbox to fill out the configuration details and enable the interface.

URL

RequiredText

The URL of the HTTP server to send the Push requests to

Template filename

RequiredDropdown

Choose from the list of available template files or use the default push.tpl template file.
Also refer to the Templates page.

Template Variables

OptionalText

These are strings or numbers, that when optionally provided, are available inside the chosed template.

Interval

RequiredNumber1-999minutes

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