Alerting & Response/Alert Channels & Integrations
POSTAlertingSince 1.0SynchronousAuth Required
TestSendAlertNotification
Send a test notification with optional template rendering preview Fixed RI-PT-NI03: unified test send with optional template
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
channelIdStringRequiredChannel identifier to send test notification through
Body Fields
templateIdStringRequiredOptional template ID for rendering (uses channel default if empty)
Example: tmpl-email-001
Responses
Endpoint
POST/api/v1/alerting/channels/{channelId}/test-send
/api/v1/alerting/channels/{channelId}/test-send
Request Example
curl -X POST '{host}/api/v1/alerting/channels/{channelId}/test-send' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"templateId":"tmpl-email-001"}'
Response Example
200{
"success": true,
"errorMessage": "authentication failed",
"renderedPreview": "<h1>Alert: High CPU</h1>"
}Change History
This API has no change history records yet.
