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