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
- In the Console, open your network.
- Go to Routes and click Add Route.
- Select Webhook as the destination.
- Enter your endpoint URL.
- Select which event types to deliver.
- 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.