Skip to main content

object

WebhookSettings

LLM
View as Markdown
Open llms.txt

Single tenant-level webhook configuration.

Properties

  • Name
    id
    Type
    string
    Description
    Optional property.
  • Name
    enabled
    Type
    boolean
    Description
    Required property.
  • Name
    verified
    Type
    boolean
    Description
    Required property.
  • Name
    url
    Type
    string
    Description
    Optional property.
  • Name
    eventTypes
    Type
    array<WebhookEventType>
    Description
    Selected event types that Flownally should deliver.
  • Name
    availableEventTypes
    Type
    array<WebhookEventType>
    Description
    Resource event types that can be selected for this tenant.
  • Name
    createdAt
    Type
    string
    Description
    Optional property.
  • Name
    updatedAt
    Type
    string
    Description
    Optional property.

Related operations