Developers
Send BraidRoute the message you need delivered.
It handles the sending work and tells you what happened.
Talk to usStart with one message
Pick the customer message that matters. Your app sends it once. BraidRoute does the rest and gives your team a clear result.
For developers
Technical details
The API below is a draft for early access. It is not live production documentation.
Draft API shape; it may change
POST /v1/intents
Idempotency-Key: approval_913
{
"type": "approval.requested",
"tenant_id": "north-yard",
"recipient_id": "usr_2841",
"deadline": "15m"
}
202 Accepted
{ "intent_id": "int_example", "trace_id": "trc_example", "status": "accepted" }An idempotency key can stop a repeated request from making a second message. The result gives your team a way to follow the sending work.
In design In design
Test without real messages
In designEarly testing uses made-up data and controlled results. It does not contact real customers.
What exists today
The public demo uses example data. It shows a simple example only. It does not send real messages.