Skip to main content

To Get the Summary of Webhook Executions

Description

This API can be used to get the summary of webhook executions.

Query Parameters

  • mode (Mandatory) - To get the summary of the webhook (value:meta)

OAuth Scope:

SalesIQ.webhooks.READ

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/webhooks/{id}/executions

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/webhooks/8000000024003/executions?mode=meta

Sample Response:

Copied{
    "url": "/api/v2/zylker/webhooks/8000000024003/executions",
    "object": "summary",
    "data": {
        "all": "86",
        "app_based": {
            "8000000000047": "86"
        }
    }
}