Skip to main content

WebhookUpdateInput

No description

input WebhookUpdateInput {
name: String
targetUrl: String
events: [WebhookEventTypeEnum!]
app: ID
isActive: Boolean
secretKey: String
connectionString: String
queueName: String
}

Fields

WebhookUpdateInput.name ● String scalar

The new name of the webhook.

WebhookUpdateInput.targetUrl ● String scalar

The url to receive the payload.

WebhookUpdateInput.events ● [WebhookEventTypeEnum!] list enum

The events that webhook wants to subscribe.

WebhookUpdateInput.app ● ID scalar

ID of the app to which webhook belongs. If not specified, a bearer token must be used and the webhook will be attached to the app the bearer token belongs to.

WebhookUpdateInput.isActive ● Boolean scalar

Determine if webhook will be set active or not.

WebhookUpdateInput.secretKey ● String scalar

Use to create a hash signature with each payload.

WebhookUpdateInput.connectionString ● String scalar

The connection string or service key json string for third party queue services.

WebhookUpdateInput.queueName ● String scalar

The queue name for Microsoft Azure ServiceBus connection

Member Of

webhookUpdate mutation

Was this page helpful?