Skip to main content

NotificationRouteListResponse

Response for admin notification route list.

routes object[]required
  • Array [
  • idId (string)required
    nameName (string)required
    providerProvider (string)required
    provider_nameProvider Name (string)required
    destination_labelDestination Label (string)required
    webhook_url_configuredWebhook Url Configured (boolean)required
    event_typesstring[]required
    is_enabledIs Enabled (boolean)required
    is_defaultIs Default (boolean)required
    last_tested_at object
    anyOf
    string
    last_success_at object
    anyOf
    string
    last_failure_at object
    anyOf
    string
    last_error object
    anyOf
    string
    created_at object
    anyOf
    string
    updated_at object
    anyOf
    string
    updated_by_email object
    anyOf
    string
  • ]
  • supported_event_typesstring[]required
    slack_webhook_channel_boundSlack Webhook Channel Bound (boolean)
    Default value: true
    NotificationRouteListResponse
    {
    "routes": [
    {
    "id": "string",
    "name": "string",
    "provider": "string",
    "provider_name": "string",
    "destination_label": "string",
    "webhook_url_configured": true,
    "event_types": [
    "string"
    ],
    "is_enabled": true,
    "is_default": true,
    "last_tested_at": "string",
    "last_success_at": "string",
    "last_failure_at": "string",
    "last_error": "string",
    "created_at": "string",
    "updated_at": "string",
    "updated_by_email": "string"
    }
    ],
    "supported_event_types": [
    "string"
    ],
    "slack_webhook_channel_bound": true
    }