Skip to content

WebhookEventSubscriptionInput

Event subscription settings.

Fields

Field Type Description
eventTypes [EventType!]! The event types to subscribe to.
isSubscribedToAllEvents Boolean Whether the webhook is subscribed to all events.
isSubscribedToAllObjectTypes Boolean Whether the webhook is subscribed to all object types.
objectTypes [EventObjectType!]! The object types to subscribe to.
severities [EventSeverity!]! The severity levels to subscribe to.
templateInfo WebhookTemplateInfoInput! The template information.