Your First Hour with Truedy
This is a guided mini-course with two paths (each designed to get you to a working demo in about an hour):- Path 1: launch a small outbound batch campaign
- Path 2: build a support line with real-time webhook updates
1. Understand the architecture (5–10 minutes)
Read: Goal: know what agents, calls, contacts, campaigns, and numbers are and how they fit together.2. Design your first agent (10–15 minutes)
- Open the Truedy dashboard and create a new agent.
- Choose a voice and paste a simple but clear system prompt.
- Optionally attach a small knowledge base (e.g. an FAQ PDF).
3. Configure telephony (10 minutes)
- Decide whether you will:
- Purchase a Truedy-managed number, or
- Bring your own provider (SIP / BYOC).
- Acquire at least one outbound number.
- Assign that number to your agent for outbound calls.
4. Prepare a small contact list (10 minutes)
- Create a contact folder for this test campaign.
- Add a few test contacts:
- Either manually, or
- By importing a clean CSV (E.164 phone numbers only).
5. Create and schedule your first campaign (10–15 minutes)
- In the batch calling / campaigns section, create a new campaign:
- Select your agent.
- Select your contact folder.
- Choose a descriptive name (e.g. “Demo – Q1 Trial Outreach”).
- Set scheduling rules:
- Timezone.
- Working days (e.g. Mon–Fri).
- Daily call window (e.g. 10:00–17:00).
- Max calls per day (for this small test, keep it low).
- Schedule the campaign.
6. Monitor, pause, resume (10 minutes)
As calls start:- Open the campaign details page and watch contacts move through statuses.
- Drill into a few call records to see transcripts and recordings.
- Try pausing and resuming the campaign to see how the scheduler behaves.
7. Wire in your own systems (optional, 15–30 minutes)
Once you’re comfortable with the basics:- Set up a webhook endpoint in your app.
- Subscribe to
call.endedandbatch.completed. - Store events in your database and build basic dashboards.
Path 2: Support line with analytics (about an hour)
This path focuses on inbound support-style calls plus a reliable webhook receiver that powers your CRM/ops workflows.1. Understand the architecture (5–10 minutes)
Read:2. Design a support agent (10–15 minutes)
Guides: Outcome: an agent that can collect intent, answer (using knowledge if needed), and route/confirm next steps.3. Configure inbound telephony (10 minutes)
Guides: Outcome: your agent can receive inbound support calls.4. Start receiving calls (10 minutes)
Try:- Dashboard: use Making Your First Call as a sanity check.
- Then validate your inbound flow with your provider configuration.
5. Wire webhooks for real-time updates (10–15 minutes)
Guides: Subscribe tocall.ended (and any relevant batch/voice events you need).
Outcome: your system receives events and can update internal state immediately.
6. Make webhook processing safe (idempotency + errors) (5–10 minutes)
Guides: Outcome: re-sent events won’t create duplicate CRM updates.Where to go next
- Deepen prompting and agent design: Prompting & Agent Design Basics
- Optimize performance and reliability:

