Webhooks
Receive real-time notifications when contracts change state
Receive real-time notifications when contracts change state
Webhooks let your server react to events on the Vlens platform in real time, without polling. When an event occurs, Vlens sends an HTTP POST with a JSON payload to a URL you configure in the Vlens portal.
Webhooks support:
POST notificationsSubscriptions are event-specific and endpoint-specific — multiple subscriptions can target the same event with different endpoints (useful for fan-out to different downstream systems).
Every webhook delivery is a POST with a JSON body:
Data for BusinessRequestStatusChangeEvery webhook delivery is logged and viewable in the Vlens portal. Each log entry includes:
POST)Use the delivery log to debug failed or unexpected deliveries.
For mission-critical workflows, combine webhooks with periodic polling of
GET /api/BusinessRequest/CurrentListIds to catch any missed deliveries.