Webhooks for everything
Delivery, acknowledgment, rejection, and fix events — replayable from the dashboard.
Developers
JSON in, validated X12 out, webhooks back. Sandbox keys on signup, a public playground, and an MCP server so your agents can drive EDI too.
Signal workspace
Validated, routed, acknowledged.
curl https://api.signaledi.com/v1/documents \
-H "Authorization: Bearer sk_sandbox_…" \
-d '{
"type": "855",
"partner": "target",
"payload": { "po_number": "90211", "status": "accepted" }
}'
# → { "id": "doc_8f2", "status": "validated", "delivery": "queued" }Delivery, acknowledgment, rejection, and fix events — replayable from the dashboard.
Partner test personas reject like real retailers do, so you ship against reality.
A public MCP server exposes documents, partners, and validation as tools — demo mode included.
Validate a document in the browser right now.
© 2026 SignalEDI Inc. All rights reserved.