Monitoring

Post successful deployment of Webhook integration, it is important to track data transfer in the first couple of weeks regularly to ensure there is no missing data.

Maintaining Logs:

On sending a data push request through the webhook url, the response includes:

  • Success flag

  • A unique id

  • Msg : β€œdata pushed successfully, save the id for future reference"

Every data push results in a response with a unique id. Client teams are required to store the ids in a log which can be used to monitor and debug issues with a quicker turnaround time.

Last updated