Webhook Management
SkillCommunicationConfigure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a target.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Webhook Management skill
What this skill tells your AI
The instructions your AI receives, as published by hoangsonww/claude-code-agent-monitor in plugins/ccam-integrations/skills/webhook-management/SKILL.md and read by ahel’s review.
- Run
ccam webhooks providersand select the exact provider key. - Run
ccam webhooksto inspect existing redacted targets. - Build the JSON body in a local file. Keep tokens, routing keys, and webhook URLs out of chat and logs.
- Show the target name, provider, rule scope, and whether a real test message will be sent.
- Create or update only after confirmation:
ccam webhooks create --file /secure/path/target.json --yes
ccam webhooks update <id> --file /secure/path/patch.json --yes
- Ask again before
ccam webhooks test <id>. It sends an external message. - Inspect results with
ccam webhooks deliveries <id>.
Never print secret fields. The dashboard returns masked values by design.
Signals
- GitHub stars
- 989
- Forks
- 233
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
webhook-management- Source
- github.com/hoangsonww/claude-code-agent-monitor