Skip to content

sentWebhooksCount

Number of SentWebhooks. SentWebhook records are available for 180 days.

Arguments

resource_id · ID · Filter by the ID of the resource that triggered the webhook.
resource_type · SentWebhookResourceType · Filter by the type of resource that triggered the webhook.
http_response_status · String · Filter by HTTP response status code.

Returns

Int

Example

query sentWebhooksCount(
$keywords: String
$resource_id: ID
$resource_type: SentWebhookResourceType
$http_response_status: String
) {
sentWebhooksCount(
keywords: $keywords
resource_id: $resource_id
resource_type: $resource_type
http_response_status: $http_response_status
)
}