A working agent to start from instead of an empty form: a prompt that has met
real callers, a greeting, sensible conversation settings, and — where the shape needs one — a
keypad menu or a flow. Create from one, then change whatever you like. Nothing stays linked.
Anything else you send wins over the template, so this is one request rather than a create
followed by a patch:
Shell
curl-s-X POST https://voice.sphoro.com/v1/agents \
-H"Authorization: Bearer $SPHORO_API_KEY" \
-H"Content-Type: application/json" \
-d'{
"template": "appointment-reminder",
"name": "Acme Clinic reminders",
"languages": [{"code": "hi", "greeting": "नमस्ते, एक्मे क्लिनिक से।"}],
"conversation": {"voicemail": "message", "voicemail_message": "This is Acme Clinic with a reminder about your appointment."}
}'
A template is a starting point, not a parent. The agent
it creates is an ordinary agent with no link back — editing it changes nothing else, and a
template that is later improved does not reach agents already created from it.
Takes pickup and delivery orders with customisations and totals.
Finance
Template
What it does
loan-servicingLoan Servicing Line
Inbound line for existing borrowers — payments, fees, arrears, settling early.
collectionsPayment Recovery Agent
Respectful outbound calls about overdue invoices.
loan-payment-reminderLoan Payment Reminder
Outbound reminder with a keypad option to pay or speak to someone.
payment-reminderPayment Reminder
Outbound reminder for any bill, invoice, fee or EMI that is due, with no pressure.
ivr-payment-reminderIVR Payment Reminder (no AI)
Recorded-style keypad reminder: hear the amount, get a pay link, say it is paid, or ask for a callback.
mandate-failureFailed Payment Follow-Up
Outbound call after a direct debit is returned or a card is declined.
kyc-followupIdentity Check Follow-Up
Chases outstanding identity or address documents, without ever sounding like a scam.
card-supportCard & Account Support
Lost cards, unrecognised transactions, statements and payments.
loan-enquiryLoan Enquiry & Eligibility
Answers borrowing questions, explains the process, books time with an adviser.
insurance-claimInsurance Claim Intake
First notice of loss — takes the facts without judging the cover.
Research
Template
What it does
feedback-collectorCustomer Feedback Collector
Outbound follow-up for ratings and open-ended feedback.
user-researcherUser Research Interviewer
Qualitative discovery interviews — open questions, never leading.
Education
Template
What it does
language-tutorLanguage Practice Tutor
Conversation practice that adapts to level and corrects gently.
roleplay-coachTraining Roleplay Coach
Plays a realistic counterpart for practice, then scores the attempt.
assessmentAssessment & Quiz Agent
Conducts a spoken assessment, scores it, and explains the result.
What a template sets
Everything an agent needs to take a call and nothing that is specific to you. Templates never
carry a phone number, a carrier, a transfer number, a knowledge base or a project — those are
facts about your account, and a template that guessed at them would create an agent that looks
configured and is not.
A template supplies
You supply
The prompt and greeting, in one language
The rest of your languages
mode, and a keypad menu or flow where the shape needs one
transfer_number, if it transfers
Conversation settings tuned for that kind of call
knowledge_base_ids
Post-call extractions worth having for that kind of call
The carrier and the
number
After creating one
Three things worth doing before it takes real traffic, in this order:
Read the prompt and make it yours. A template says "the clinic"; your
callers expect the name of the clinic. See writing the prompt.