Use the SDK to place a test outbound call from a specific agent to a phone number. This is the same endpoint used by the Test Call button in the Dograh UI.Documentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Dograh API key exported as
DOGRAH_API_KEY - A published agent (you need the agent ID)
- A configured telephony provider β see Telephony for Twilio, Vonage, and other setups
Place the call
Inspect the run
Every call creates a run you can inspect afterwards. See Calls & runs for whatβs tracked, or use the Runs API to list and fetch runs programmatically.Bulk campaigns
For placing many calls at once (say, from a CSV), use Campaigns rather than looping overtest_phone_call β campaigns handle pacing, retries, and progress tracking.