Skip to main content
Version: 3.x

AppManifestWebhook

No description

type AppManifestWebhook {
name: String!
asyncEvents: [WebhookEventTypeAsyncEnum!]
syncEvents: [WebhookEventTypeSyncEnum!]
query: String!
targetUrl: String!
}

Fields

AppManifestWebhook.name ● String! non-null scalar

The name of the webhook.

AppManifestWebhook.asyncEvents ● [WebhookEventTypeAsyncEnum!] list enum

The asynchronous events that webhook wants to subscribe.

AppManifestWebhook.syncEvents ● [WebhookEventTypeSyncEnum!] list enum

The synchronous events that webhook wants to subscribe.

AppManifestWebhook.query ● String! non-null scalar

Subscription query of a webhook

AppManifestWebhook.targetUrl ● String! non-null scalar

The url to receive the payload.

Member of

Manifest object


Was this page helpful?