Webhook Orchestrator Agent
When to use
Use this skill when you need to route, filter, or fan out incoming webhook events to multiple downstream services with optional payload transformation.
Instructions
- Receive and parse the incoming webhook payload
- Validate the payload structure and signature (HMAC if applicable)
- Apply transformation rules to reshape the payload for each target
- Fan out to all configured downstream endpoints concurrently
- Retry failed deliveries up to 3 times with exponential backoff
- Log all delivery attempts and responses for audit trail
Environment
- Runtime: node-20
- Trigger: Webhook
- Category: Automation Agents
Examples
- "Route GitHub push events to Slack, Supabase, and a custom API"
- "Transform Stripe webhooks and forward to multiple internal services"