Bland integration
Test phone agents with controlled callers.
Use Word Is Bond to validate sales, booking, support, and routing flows over the same phone path customers use.
Setup
- Choose a Bland number or target you control.
- Verify the destination number in Word Is Bond before PSTN testing.
- Create scenarios for the calls that drive revenue or support quality.
- Schedule recurring checks for client-facing agents.
Target config
{ "targetAgent": { "transport": "pstn", "toNumber": "+15557654321" } }CI example
curl -X POST https://api.wordis-bond.com/api/tests/run \
-H "Authorization: Bearer $WORDIS_BOND_KEY" \
-H "Content-Type: application/json" \
-d '{"targetAgent":{"transport":"pstn","toNumber":"+15557654321"},"goal":"Book a sales consultation"}'