๐Ÿ“ž

Ariana Group โ€” AI Caller

Persistent dashboard for leads, manual calls, imports, call activity, and conversations.

โšก Connecting...
Total Leads
0
Warm Leads
0
Pending
0
Called / Active
0
Technical
0
Cleaning
0
Call Events
0
Conversations
0

All Leads

Edit phone numbers, preview scripts, and launch calls from one place.

Name Phone Service Location Quality Type Status Last result Actions

Call Activity Log

Shows initiated, ringing, answered, completed, hang-up, and bot/user speaking events stored in the database.

Loading activity...

All Conversations

Each conversation shows status, duration, termination reason, and transcript preview.

Loading conversations...

Create Independent Call

Enter a user name, phone number, and custom script to create a lead and call immediately.

How it works

Manual calls are stored as normal leads, so the record persists in the same database and appears in every dashboard view.

1
Creates a lead row
The backend inserts a new lead with lead_type=manual.
2
Builds the prompt
Your custom script becomes the highest-priority campaign block in the system prompt.
3
Initiates the call
The app tries ElevenLabs native outbound first, then falls back to Twilio bridge if needed.

Import CSV / Excel

The backend auto-detects CSV vs Excel, maps columns, creates leads, stores import metadata, and can auto-call the imported users.

Import History

Saved imports remain in the database file for auditing and reruns.

Loading imports...

Prompt Preview

Pick any lead to see the exact prompt the agent will receive.

Loading leads...

Setup & Operations

Minimal runbook for this FastAPI + Twilio + ElevenLabs deployment.

1
Install packages
pip install -r backend/requirements.txt
2
Configure backend/.env
TWILIO_ACCOUNT_SID=AC...\nTWILIO_AUTH_TOKEN=...\nTWILIO_FROM_NUMBER=+1...\nELEVENLABS_API_KEY=...\nELEVENLABS_AGENT_ID=agent_...\nELEVENLABS_PHONE_NUMBER_ID=phnum_...\nSERVER_DOMAIN=your-ngrok-domain.ngrok-free.app\nPORT=8000
3
Run server
cd backend\npython main.py
4
Open dashboard
http://localhost:8000