Typical scenario:
Run this after adding or enabling a notification channel to make sure messages are delivered successfully.
Important notes:
- The priority of the channel to test must be included in the request
- Sends a non-intrusive test message — does not trigger real alerts
- Useful for validating setup and troubleshooting delivery issues
To configure channels before testing, see the Create Notification Channel or Enable Notification Channel endpoints.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will send a test message to the notification channel and return a confirmation message.
- If the request is unauthorized or invalid, the system will respond with an error message.