INPUT_OBJECT
WebhookEventSubscriptionInput
Description
Event subscription settings.
link GraphQL Schema definition
- input WebhookEventSubscriptionInput {
- # Whether the webhook is subscribed to all events.
- Boolean :
- # Whether the webhook is subscribed to all object types.
- Boolean :
- # The event types to subscribe to.
- EventType!]! : [
- # The object types to subscribe to.
- EventObjectType!]! : [
- # The severity levels to subscribe to.
- EventSeverity!]! : [
- # The template information.
- WebhookTemplateInfoInput! :
- }