Test Channel and Verify Reliability

Who this is for

Anyone who wants to confirm their notification channels are working correctly before relying on them for real alerts.

What you will complete

Send a test notification to each channel, interpret the result, and verify the channel is ready for production use.

Before you begin

  • At least one notification channel must be configured.
  • Navigate to Settings → Notification Channels.

How to test a channel

  1. Go to Settings → Notification Channels.
  2. Find the channel you want to test in the channel list.
  3. Click the Test button (arrow icon) on the channel row.
  4. CloudAIPilot sends a test notification to the channel immediately.
  5. Check your destination (email inbox, Slack channel, Telegram chat, etc.) for the test message.
  6. The channel row updates to show whether the test succeeded or failed.
  7. If successful, the channel status changes to Verified.

What the test message looks like

The test notification is a sample message clearly labeled as a test. It confirms:

  • The channel connection is working
  • The destination is receiving messages
  • The channel is ready for real event notifications

Interpreting test results

Test succeeded — channel shows Verified: The channel is working correctly. No further action needed.

Test shows an error: The delivery failed. The error message explains why. Common errors and fixes:

ErrorLikely causeFix
"Invalid webhook URL"URL is malformed or emptyCheck the URL in the channel config — click Edit (pencil)
"Connection refused"The destination URL is downVerify the webhook endpoint is online
"401 Unauthorized"Wrong credentials or expired tokenRe-enter the bot token or webhook URL
"Bot blocked by user"Telegram bot was blockedUnblock the bot in Telegram and send it a message
"Email rejected"Destination email rejected the messageCheck spam filters, verify the email address

Testing best practices

Test after any configuration change. Whenever you update a webhook URL, email address, or bot token, send a new test immediately to confirm the updated config works.

Test all channels periodically. Webhook URLs can expire (especially Teams connectors). Test all channels monthly to catch broken channels before a real alert fires.

Test at the same time you set up alert rules. Set up your notification channels and test them before creating alert rules — not after. A broken channel during a real incident compounds the problem.


What success looks like

  • Test message arrives at the destination within 10–30 seconds.
  • Channel shows Verified status badge.
  • Channel is in Active state (green power icon).

Related articles