Skip to main content

AppManifestWebhook Object

No description

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

Fields

name ● String!

The name of the webhook.

asyncEvents ● [WebhookEventTypeAsyncEnum!]

The asynchronous events that webhook wants to subscribe.

syncEvents ● [WebhookEventTypeSyncEnum!]

The synchronous events that webhook wants to subscribe.

query ● String!

Subscription query of a webhook

targetUrl ● String!

The url to receive the payload.

Member Of

Manifest object