WebhookEventAsync
Asynchronous webhook event.
type WebhookEventAsync {
name: String!
eventType: WebhookEventTypeAsyncEnum!
}
Fields
WebhookEventAsync.name
● String!
non-null scalar miscellaneous
Display name of the event.
WebhookEventAsync.eventType
● WebhookEventTypeAsyncEnum!
non-null enum webhooks
Internal name of the event type.
Member Of
Webhook
object