Webhook
Webhook endpoint configuration for an account
type Webhook {
uuid: String!
url: String!
events: [WebhookEventType!]!
enabled: Boolean!
description: String
createdAt: Date!
updatedAt: Date!
}
Fields
Webhook.uuid ● String! non-null scalar
Webhook UUID
Webhook.url ● String! non-null scalar
Destination URL
Webhook.events ● [WebhookEventType!]! non-null enum
Selected event subscriptions
Webhook.enabled ● Boolean! non-null scalar
Whether this webhook is currently enabled
Webhook.description ● String scalar
Optional webhook description
Webhook.createdAt ● Date! non-null scalar
Creation timestamp
Webhook.updatedAt ● Date! non-null scalar
Last update timestamp
Member Of
Account object ● WebhookMutationResponse object