Webhooks Stats
View stats for your webhooks.
View Statistics
You can view the statistics of your webhook from the Campaign list page.
- 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.
- 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:
Error | Description |
---|---|
Webhook dispatch error | This 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:
|
Invalid Webhook URL | The 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. |
Updated 22 days ago