YunoJuno webhooks let your systems react to platform events as they happen.
Instead of polling the API to discover that something changed, you register an endpoint and YunoJuno pushes event notifications to you. This is the recommended way to keep downstream systems in sync with contract activity, directory lifecycle milestones, spend requisition changes, and other operational events.
At a high level, the flow is:
2xx response.YunoJuno provides a webhook portal for your integration users.
You use it to:
Portal Login: how access is granted and how users sign inEndpoint Setup: how to create an endpoint and subscribe it to eventsMonitoring, Debugging & Recovery: how to inspect deliveries, understand retries, and recover from failuresSecuring Your Endpoints: how to protect the endpoint itself and verify signed requestsFor the exact event payloads and examples, use the API reference:
The portal’s Event Catalog is the quickest place to browse available event types before wiring an endpoint. The API reference remains the canonical contract for payload structure.