Skip to content

webhook

Webhook provides way of sending readouts to given URL with POST requests.
It uses batch data format and each each chunk is being sent with separate requests. Failed request (non 2xx response status code) will result in retransmision with exponential backoff.