Contract management
In this section, we will address several requests to control pre-existing contracts, a.k.a. business requests.
Webhook Notifications
Webhook notifications enable external systems to receive real-time updates whenever specific events occur within the Digital Certification (E-Contracting) platform.
Once a webhook subscription is configured, the platform automatically sends an HTTP POST request to the subscribed endpoint whenever the selected event is triggered (for example, when a contract or business request changes status).
This mechanism allows seamless integration with third-party systems for automation, monitoring, and downstream processing.
Supported Use Cases
Webhooks can be used to :
Track contract lifecycle changes (creation, approval, signing, or counter signing).
Synchronize contract status with external systems.
Trigger automated workflows based on contract events.
Maintain real-time audit and monitoring dashboards.
Webhook Subscriptions
A webhook subscription defines:
Which event you want to listen to
Where the notification should be delivered
Each subscription is event-specific and endpoint-specific.
Last updated