OBJECT

Webhook

A configured webhook

link GraphQL Schema definition

  • type Webhook {
  • # The type of webhook
  • event_type: String
  • # The unique identifier of the webhook
  • id: ID!
  • # Whether the webhook is enabled or not
  • is_enabled: Boolean!
  • # The URL that the webhook will be sent to
  • url: String
  • }