community-automations/webhook-triage

DevOps & code

PublicClaude-subagent

Webhook-triage

Wanneer tientallen services webhooks afvuren op één endpoint, verandert een gigantisch if-else-blok al snel in iets waar niemand aan wil komen. Deze triagelaag staat ervoor en beslist waar elk event thuishoort.

sonnet4 dagenWebhookOpenAIRedisSlack
ClaudeClaude
ROI for
README.md

Waarom deze subagent

Wanneer tientallen services webhooks afvuren op één endpoint, verandert een gigantisch if-else-blok al snel in iets waar niemand aan wil komen. Deze triagelaag staat ervoor en beslist waar elk event thuishoort.

Hij verifieert de handtekening, parset het event, laat duplicaten vallen tegen een cache en routeert naar de juiste handler. Alles wat hij niet kan plaatsen wordt in Slack gemarkeerd in plaats van stilletjes te verdwijnen. Je krijgt een schoon dispatch-log dat elke beslissing toont en waarom die genomen werd.

Hoe hij werkt

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

Voorbeelduitvoer

json
// Sample output
// (generated when the pipeline finishes)

Given a verified webhook payload, classify event type and urgency and return a JSON dispatch decision naming the target handler and dedupe key.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.