WebhookEventSync
Synchronous webhook event.
type WebhookEventSync {
name: String!
eventType: WebhookEventTypeSyncEnum!
}
Fields
WebhookEventSync.name ● String! non-null scalar
Display name of the event.
WebhookEventSync.eventType ● WebhookEventTypeSyncEnum! non-null enum
Internal name of the event type.
Member of
Webhook object
Was this page helpful?