webhookEventType
Retrieves a specific webhook event type using its name. Throws an error with code NOT_FOUND
if no event type is found.
webhookEventType(
name: String!
): WebhookEventType!
Arguments
webhookEventType.name
● String!
non-null scalar
Type
WebhookEventType
object
The type for a webhook message triggered by an activity in EventsAir.
See the webhooks guide for more information.