Documentation Index

Fetch the complete documentation index at: https://help.csgi.com/llms.txt

Use this file to discover all available pages before exploring further.

📢 Announcement:  Xponent Journey Hub, Bill Explainer, and Xponent Communication Control April 2026 (26.1) Release Notes are now available – Check out the latest updates published on April 2026.

Webhook Endpoint

Prev Next

Xponent supports the integration of Webhook Endpoint, allowing users to receive configured metric threshold alerts through communication channel integrated with the webhook.

Integrating the webhook endpoint to the preferred communication channel is part of the customer-specific implementation process.

A webhook endpoint acts as a designated URL where xponent generates anomaly deviation alerts and writes those for transmission. This endpoint serves as a receiving point for alerts, allowing seamless communication between Xponent and communication channel.

Subsequently, service teams, partners, or users themselves are responsible for ingesting these messages into their chosen communication tools. Additionally, It's the user's responsibility to either write or integrate the provided alert JSON schema with their chosen communication channel. 

{
              "organizationId": <string>,
              "organizationName": <string>,
              "projectId": <string>,
              "projectName": <string>,
              "metricId": <string>,
              "metricName": <string>,
              "environmentId": <string>,
              "environmentName": <string>,
              "currentStatus": <string>,
              "metricValue": <int> 
}

To Enable Webhook Endpoint

  • To enable the Webhook Endpoint, click on the Advanced grid located on the right-hand side of the Organizations, insside the Admin section

  • Enter the webhook endpoint for the desired channel.

For Example: If you want to receive metric alerts through specific channel, enter it’s webhook.

Note

 Authenticated webhook endpoints are not supported.

Each organization can integrate one webhook endpoint. However, users can effectively split and manage alerts within their ingestion tools using the content of the log.