Turn any text message into an automated phone call, delivered in the language your customer expects, at the volume a campaign needs.

Voice

02Live example

This is what text-to-speech calls looks like when it lands on a customer’s phone.

9:41
MsgBridge Voicevoice

Hello, this is a reminder from Apollo Clinic. Your appointment is tomorrow at 4 PM. Press 1 to confirm, or press 2 to reschedule.

9:41

03The API call

One request. Copy it, drop in your key, and send.

curl https://api.msgbridge.in/v1/voice/tts \  -H "Authorization: Bearer $API_KEY" \  -d to="+91XXXXXXXXXX" \  -d text="Your appointment is tomorrow at 4 PM" \  -d language="en-IN"

04When to use it

  • Payment and collection reminders
  • Appointment reminders for clinics and salons
  • Order and delivery updates read aloud
  • Scheduled campaigns to a list, without recording a voice

05What's required

  • Message text or dynamic scriptNo approval queue — configured at send time
  • DLT registration for the calling flow, where applicableRuns in parallel with integration

06How to go live

1

Write the message

Provide the text and any variables — name, amount, date — the same way you'd write an SMS.

2

Choose the language

Pick from supported languages; the same text can be sent to different customers in different languages.

3

Schedule or send

Send immediately, or schedule a bulk campaign for a specific time window.

08FAQ

Yes. Segment your list by preferred language and each customer hears the message in their own language, generated from the same source text.

Text-to-speech calls scale to high call volumes; talk to us about your expected volume so we can plan capacity with our operator partners.

Yes, campaigns can be scheduled in advance and will only dial within the time window you set.

Yes, real-time delivery reports are available over the API, including call status and duration.

Ready to send with Text-to-Speech Calls?

Talk to us, or start building against the sandbox today.