DeliveryConfig
Describes how a triggered condition delivers its alert.
Validation rules (enforced at model construction time): webhook → endpoint is required notification → channel is required email → channel is required workflow → workflow_id is required
typeDeliveryType (string)required
Possible values: [webhook, notification, email, workflow]
endpoint object
anyOf
- string
- null
string
channel object
anyOf
- string
- null
string
workflow_id object
anyOf
- string
- null
string
DeliveryConfig
{
"type": "webhook",
"endpoint": "string",
"channel": "string",
"workflow_id": "string"
}