hoangsonww

webhook-management

Configure 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.

hoangsonww 956 221 Updated 4w ago

Resources

1
GitHub

Install

npx skillscat add hoangsonww/claude-code-agent-monitor/webhook-management

Install via the SkillsCat registry.

About this skill

Here's a thinking process: 1.

SKILL.md

Webhook Management

  1. Run ccam webhooks providers and select the exact provider key.
  2. Run ccam webhooks to inspect existing redacted targets.
  3. Build the JSON body in a local file. Keep tokens, routing keys, and webhook
    URLs out of chat and logs.
  4. Show the target name, provider, rule scope, and whether a real test message
    will be sent.
  5. 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
  1. Ask again before ccam webhooks test <id>. It sends an external message.
  2. Inspect results with ccam webhooks deliveries <id>.

Never print secret fields. The dashboard returns masked values by design.