Webhook Subscriptions

Guides webhook-driven integrations, event receivers, and trigger flows without inventing runtime support the current repo does not actually have.

agentic-in 35a4ef8 1.2 KB Updated

File contents

Webhook Subscriptions

Use this built-in skill when the user needs an inbound event flow, webhook receiver, or subscription-style integration.

Core rules

  • Start from the actual service contract, auth model, and delivery guarantees.
  • Make idempotency, retry behavior, and signature verification explicit.
  • Keep secrets and trust boundaries operator-owned.
  • Distinguish planning a webhook surface from claiming a product feature already exists.

Default workflow

  1. Identify the producer, event schema, and expected consumer action.
  2. Verify the receiver endpoint, auth mechanism, and validation path.
  3. Define replay, retry, dedupe, and observability behavior.
  4. Test with representative payloads before treating the integration as reliable.

Guardrails

  • Do not invent a webhook platform that the repo does not implement.
  • Do not skip auth, replay protection, or delivery failure handling.
  • Do not blur event ingestion, business action, and operator notification into one opaque step.

agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/devops/webhook-subscriptions commit 35a4ef8b42

Frequently asked questions

npx skillmds@latest add agentic-in/webhook-subscriptions