WebhookUpdate

  • active
    Type: boolean

    Whether the webhook is active

  • description
    Type: string

    Description of the webhook

  • events
    Type: array string[]

    List of events to subscribe to

  • headers
    Type: object

    Custom headers to send with the webhook request

    • propertyName
      Type: string
  • name
    Type: string

    Name of the webhook

  • regenerateSecret
    Type: boolean

    Whether to regenerate the webhook's secret key

  • url
    Type: string

    URL where webhook events will be sent