expanso-http-webhook-ingestion
Installation
SKILL.md
HTTP Webhook Ingestion
Accept HTTP webhooks and forward to Kafka with request validation, authentication, and rate limiting.
Category
data-routing
Quick Start
export KAFKA_BROKERS=localhost:9092
./run.sh
# Send a webhook: curl -X POST http://localhost:8080/webhook -d '{"event":"test"}'