Skip to main content

WebhookEventType

The type for a webhook message triggered by an activity in EventsAir.

See the webhooks guide for more information.

type WebhookEventType {
description: String!
name: String!
}

Fields​

WebhookEventType.description ● String! non-null scalar​

The description of the webhook event type.

WebhookEventType.name ● String! non-null scalar​

The name of the webhook event type.

Returned By​

webhookEventType query

Member Of​

WebhookEventTypeEdge object