Jama Connect Webhooks
Jama Connect Webhooks sends event-driven notifications from Jama Connect to a customer-hosted webhook endpoint. Admins can configure subscriptions in Jama Connect Interchange by providing an endpoint URL and selecting the events that your application receives.
The event delivery flow includes three layers:
Jama Connect Interchange — Manages webhook configuration, endpoint URLs, and subscriptions.
Jama Connect — Generates events based on activity in your Jama Connect instance and passes subscribed events into the delivery flow.
Jama Connect Webhooks Service — Verifies the webhook URL and delivers event notifications to your endpoint.
Your application must host a publicly reachable HTTPS endpoint that accepts POST requests with JSON request bodies. After the endpoint is verified, the service sends subscribed event notifications to it. Your application validates and processes each event payload according to your business logic.
Jama Connect Webhook event flow

Customer hosts a publicly reachable HTTPS endpoint for receiving webhook notifications.
Customer (admin) adds a webhook subscription in Jama Connect Interchange and provides the endpoint URL.
Jama Connect sends subscribed events to the Jama Connect Webhooks Service.
The Jama Connect Webhooks Service delivers the events notifications to your webhook endpoint.
The customer’s application validates and processes the event payload.