NotificationRouteResponse
Response for one admin notification route.
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
- null
string
last_success_at object
anyOf
- string
- null
string
last_failure_at object
anyOf
- string
- null
string
last_error object
anyOf
- string
- null
string
created_at object
anyOf
- string
- null
string
updated_at object
anyOf
- string
- null
string
updated_by_email object
anyOf
- string
- null
string
NotificationRouteResponse
{
"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"
}