Skip to content

Webhooks

Webhooks deliver device events from Blecon Network to any HTTP endpoint you specify, in real time.

How it works

When a device generates an event (position update, sensor data, connection), the system sends an HTTP POST request to your webhook URL with the event payload.

Your endpoint should respond with a 200 status code within 5 seconds.

Setting up a webhook

  1. In the Console, open your network.
  2. Go to Routes and click Add Route.
  3. Select Webhook as the destination.
  4. Enter your endpoint URL.
  5. Select which event types to deliver.
  6. Click Save.

Event format

Events are delivered as a JSON array of CloudEvents objects. Each POST request contains a batch of one or more events. See Event types for the available event types and their payloads.

Network webhooks vs Track webhooks

Network webhooks deliver raw data events — position updates, device detections, and sensor readings. These are configured on network routes.

Track webhooks deliver alert notifications — rule triggers and violation events. These are configured on alert rules in Blecon Track.


Questions? Contact Blecon support — we're happy to help.