DEV

Type.

Webhook

No description

Fields

createdAt

DateTime!

Required

When this Webhook was created.

createdBy

ID!

Required

The user who created the Webhook.

id

ID!

Required

A unique identifier for the Webhook.

mode

Mode!

Required

Whether this Webhook is in live or test mode

organizationId

ID!

Required

The Organization associated with the Webhook.

query

String!

Required

The query that will be sent in the webhook request.

secret

String!

Required

Client secret key to validate request authentication

Required

The status of the Webhook.

Required

The type of Webhook.

updatedAt

DateTime!

Required

When this Webhook was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the Webhook.

url

String!

Required

The url to send the Webhook to.

Was this page helpful?