# Webhook Orchestrator

> Routes, transforms and fans out webhook payloads across multiple services. Use when you need to receive an incoming webhook and dispatch it to multiple downstream endpoints with payload transformation.

- Skill: `greenmamba29/webhook-orchestrator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add greenmamba29/webhook-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/greenmamba29/webhook-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: Greenmamba29 (https://skillmd.com/u/greenmamba29)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/greenmamba29/webhook-orchestrator

---


# 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
1. Receive and parse the incoming webhook payload
2. Validate the payload structure and signature (HMAC if applicable)
3. Apply transformation rules to reshape the payload for each target
4. Fan out to all configured downstream endpoints concurrently
5. Retry failed deliveries up to 3 times with exponential backoff
6. 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"

