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

  1. Choose a Bland number or target you control.
  2. Verify the destination number in Word Is Bond before PSTN testing.
  3. Create scenarios for the calls that drive revenue or support quality.
  4. 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"}'