WebhookInput

  • events
    Type: array string[]
    required

    List of events to subscribe to

  • name
    Type: string
    required

    Name of the webhook

  • url
    Type: string
    required

    URL where webhook events will be sent

  • active
    Type: boolean

    Whether the webhook is active

  • description
    Type: string

    Description of the webhook

  • headers
    Type: object

    Custom headers to send with the webhook request

    • propertyName
      Type: string