Types > WebhookModify
Commerce APITypesWebhookModify
WebhookModify

Description

Topic: Webhooks

Fields

enabled: Boolean

Whether this webhook is enabled or not

Example: true


url: String

Webhook endpoint URL

Example: "http://foobar.com/webhooks/app"

Valid when: url is not empty

Valid when: url's length doesn't exceed 250 characters


whitelist: [String!]

Send only these event types, when empty - send all


Used By

Mutations

webhooksModify

Preview (typescript)

Loading module