OBJECT

Webhook

link GraphQL Schema definition

  • type Webhook {
  • # The unique identifier of the webhook.
  • webhookId: String!
  • # The user associated with the webhook.
  • user: User!
  • # The Reaction object representing the reaction to be triggered when the webhook
  • # is activated.
  • reaction: Reaction!
  • # The Service object representing the external service from which the webhook
  • # originates.
  • incomingService: Service!
  • }