WebhookConfig

  • created_at
    Type: string Format: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • enabled
    Type: boolean
    required
  • event_type
    Type: string enum
    required

    Type of event to trigger this webhook

    values
    • conversation.completed
    • conversation.initiating
  • id
    Type: string
    required

    Unique identifier for the webhook configuration

  • updated_at
    Type: string Format: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • url
    Type: string Format: uri
    required

    URL to deliver webhooks to

  • agent_id
    Type: string | null

    Optional agent ID for agent-specific webhook overrides

  • request_headers
    Type: object

    Custom headers to include with the webhook request

    • propertyName
      • Type: string