Skip to main content
POST
/
alert-rules
/
{alert_rule_id}
/
test-notification
알림 규칙 테스트 알림 발송
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.

Authorizations

Authorization
string
header
required

조직 API 키를 Authorization: Bearer <token> 형식으로 보냅니다.

Path Parameters

alert_rule_id
string<uuid>
required

알림 규칙 ID입니다.

Response

성공 응답

테스트 알림 채널별 결과를 모은 응답입니다.

results
ChannelTestResult · object[]
required

각 알림 채널별 테스트 결과 목록입니다.