community-automations/webhook-triage

DevOps și cod

PublicSubagent Claude

Triaj Webhook-uri

Când zeci de servicii trimit webhook-uri către un singur endpoint, un bloc if-else uriaș devine rapid ceva ce nimeni nu vrea să atingă. Acest strat de triaj stă în față și decide unde ajunge fiecare eveniment.

sonnet4 zileWebhookOpenAIRedisSlack
ClaudeClaude
ROI for
README.md

De ce acest subagent

Când zeci de servicii trimit webhook-uri către un singur endpoint, un bloc if-else uriaș devine rapid ceva ce nimeni nu vrea să atingă. Acest strat de triaj stă în față și decide unde ajunge fiecare eveniment.

Verifică semnătura, parsează evenimentul, elimină duplicatele pe baza unui cache și le direcționează către handlerul potrivit. Orice nu poate fi încadrat este semnalat în Slack, în loc să fie șters în tăcere. Primești un jurnal de expediere curat, care arată fiecare decizie și de ce a fost luată.

Cum funcționează

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

Exemplu de output

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.