🎉 vox.ai 디스코드 커뮤니티가 새로 열렸어요! 참여하기 →
incident를 만들지 않고 규칙에 설정된 채널로 테스트 알림을 보냅니다.
curl --request POST \
--url https://client-api.tryvox.co/v3/alert-rules/{alert_rule_id}/test-notification \
--header 'Authorization: Bearer <token>'{
"results": [
{
"channel": "<string>",
"success": true,
"recipient": "<string>",
"status_code": 123,
"error": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.tryvox.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request POST \
--url https://client-api.tryvox.co/v3/alert-rules/{alert_rule_id}/test-notification \
--header 'Authorization: Bearer <token>'{
"results": [
{
"channel": "<string>",
"success": true,
"recipient": "<string>",
"status_code": 123,
"error": "<string>"
}
]
}