Webhook
Webhook Integration Guide
Overview
Webhooks allow you to receive real-time notifications for key events. The system sends POST requests to your configured URL(s) with event details.
Supported Events
- License: created, updated, deleted, assigned, activated, deactivated, suspended, expired, revoked
- Activation: created, deleted, failed
- Product: created, updated, deleted
- Contract: created, updated, deleted, suspended
Configuration
- Go to Admin Portal > Webhooks
- Create webhook: name, URL, environment, events, description, secret
- Save and manage webhooks
Payload Format
Each webhook POST request contains event details.
Last updated on