Calls are the core of Simple AI. Every voice conversation — inbound or outbound — is a call. You can trigger calls from the API, the dashboard, or through campaigns, and each call is recorded, transcribed, and available for analysis.Documentation Index
Fetch the complete documentation index at: https://docs.usesimple.ai/llms.txt
Use this file to discover all available pages before exploring further.
Inbound Calls
Attach an agent to a phone number and every call to that number is handled by your AI. To set up inbound calls:- Buy or connect a phone number — see Phone Numbers
- Assign an agent to that number — see Agents
- When someone calls, the agent picks up and follows its configured prompt and flow
Outbound Calls
Outbound calls can be triggered three ways:- API — send a POST request to Create Call with a phone number and agent
- Dashboard — place a call directly from the Simple AI web app
- Campaigns — reach a list of contacts automatically with scheduling and retries. See Campaigns
Call Parameters
You can pass custom key-value parameters when creating a call. These parameters are available to the agent during the conversation and can be referenced in the prompt using{{parameter_name}} syntax.
Parameters are useful for personalizing calls — for example, passing in a customer name, order number, or account ID so the agent can reference it during the conversation.
Call Lifecycle
Every call follows this sequence:- Pre-call webhook (optional) — your server is notified before the call starts and can inject parameters
- Call started — the call is created and the agent connects
- In progress — the conversation happens, with real-time transcript updates available via webhooks
- Call completed — the call ends, recording and transcript are finalized, and post-call analyzers run
Call Data
After a call completes, Simple AI stores:- Recording — the full audio of the conversation
- Transcript — a text transcript of what was said by each party
- Duration — how long the call lasted
- Outcome — whether the call was answered, went to voicemail, or failed
- Analyzer results — structured data extracted by your analyzers
- Tags — labels applied by your tag rules
- Sentiment — automatic sentiment analysis of the caller’s tone