Webhooks Stats

View stats for your webhooks.

View Statistics

You can view the statistics of your webhook from the Campaign list page.

2752

Analyse Webhook Statistics

  • Webhooks streamed - Represents the total webhooks streamed to an endpoint.
  • Message Trend - Represents performance trend for total webhooks streamed over a specific period of time (for example, daily, weekly, monthly) in a campaign.
2752

Webhook Streamed View

  • Errors: It represents the count and reason for the webhooks that were not exported due to errors.

The following table lists the errors that may occur while delivering the webhook campaign:

ErrorDescription
Webhook dispatch errorThis error means that the webhook payload failed to deliver or dispatch to the specified target URL. This error occurs when CleverTap attempts to send the data to the webhook endpoint, but the delivery process encounters an issue, preventing successful transmission. The cause could be various reasons, such as:
  • Server unavailability
  • Incorrect URL
  • Network connectivity issues
  • Problems with the receiving server
Invalid Webhook URLThe provided URL for the webhook is not valid or properly formatted. When configuring a webhook in CleverTap, you must provide a correct and complete URL specifying the endpoint where the data should be delivered. If the URL is missing essential components, contains errors, or is not in the expected format, CleverTap cannot deliver the webhook payload.