Data Delivery
Sensos provides flexible data delivery solutions for real-time device data, including reports and temperature logging. Our data delivery integration ensures that your systems can receive device data seamlessly and in a timely manner, making it easier to integrate Sensos with your infrastructure.
Supported Data Delivery Methods
Sensos supports data delivery via Webhook, an efficient and flexible way to send data directly to your server.
Webhook Delivery Method
The webhook method allows your system to receive data from Sensos whenever a device report or temperature logging event occurs. Webhooks provide a simple and direct way to integrate Sensos with your systems using HTTP POST requests.
- Data types supported: Sensos currently supports the delivery of devices' reports and temperature logging data via webhooks.
- Custom headers: You can include custom headers when configuring your webhook integration. This allows you to add authentication tokens or other metadata to the webhook requests to suit your system's needs.
To implement webhook data delivery, you will need to provide a valid URL endpoint where Sensos can send HTTP POST requests with the device data. The format and structure of the data will be included in our API documentation for easy integration.
Updated 10 days ago