Magidoc

WebhookCreateInput
Input Object

Fields

#

app

ID of the app to which webhook belongs.

connectionString

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

events

The events that webhook wants to subscribe. The CHECKOUT_QUANTITY_CHANGED is depreacted. It will be removed in Nautical 3.0

isActive

Determine if webhook will be set active or not.

name

The name of the webhook.

queueName

The queue name for Microsoft Azure ServiceBus connection

secretKey

The secret key used to create a hash signature with each payload.

targetUrl

The url to receive the payload.

Usages

#

References

#

  • Argument input of field webhookCreate from type Mutation