Страницы · Claude Notifications
Notify test
Test all enabled notification channels by firing a manual event through each
Test the notification system end-to-end.
Argument: $ARGUMENTS — optional channel name (e.g. slack). If omitted, tests every enabled channel.
Steps:
-
Read config and list enabled channels.
bash -
If
$ARGUMENTSis set: restrict to that one channel. -
Fire a test through each channel using
CN_FORCE_CHANNELS:bash -
Tail the log and surface any
failedlines so the user knows which channels broke:bash
Report a tight summary: which channels were tested, which logged a failure, and where to look next (~/.claude-notifications/logs/notify.log). Do not list the channels' full config back at the user.