At-least-once delivery.
Every target gets the request. Failed deliveries are retried, then held in a queue you can replay.
Fan-out
One request fans out to every service you connect. We authenticate, validate, bill, and deliver — you ship.
What you get
Every target gets the request. Failed deliveries are retried, then held in a queue you can replay.
Transient failures retried with exponential backoff. No thundering herd.
What can’t be delivered waits in a queue you can inspect and replay. You decide when to retry.
Direct, mapped, or transformed per target. Each service gets exactly the shape it expects.
Mixed-mode: fan out to every target and return one target’s response in the same call.
How it works
Your app POSTs a single request to your EchoRelay endpoint with your project key.
We verify your key, validate the payload, meter it, then deliver to every target you connected — in parallel, each with its own auth, headers, and retry budget.
Each target gets the request at-least-once, retried on failure. Anything still undeliverable waits in a queue you can inspect and replay.
Each delivery is 1 credit — a request to 3 targets is 3 credits, plus 1 per 64 KB. Deliveries that fail on our side aren’t charged.
Questions
No credit card required.