Types > Webhook
Commerce APITypesWebhook
Webhook

Description

Topic: Webhooks

Fields

crc_status: WebhookCRCStatus!

Webhook CRC status


enabled: Boolean!

Whether this webhook is enabled or not

Example: true


id: String!

Unique webhook identifier. See also: Unique Identifiers

Example: "wh_EQzGqWoY"


secret: String!

A secret for CRC check

Example: "74e3f83b8b73f456ac0d731aecf73e8b39a6aceecd67c544eae124cd08cd26ad"


url: String!

Webhook endpoint URL

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


whitelist: [String!]!

Send only these event types, when empty - send all


Used By

Mutations

webhooksCreate, webhooksModify

Queries

webhooks

Types

WebhookEventStatus

Preview (typescript)

Loading module