Apps & downloads

Work from any device, on any platform.

The Teleconsole app syncs your calls, business messaging, and faxes across desktop and mobile, so you're reachable at your desk or on the go.

Recommended for your device
Download for Desktop
Included with your Telebroad account
Available on all platforms
Desktop details & system requirements
Get the mobile app
Download on the App StoreGet it on Google Play
QR code to download the Teleconsole mobile app
Scan to install Teleconsole on your phone

Your whole phone system, in one app.

Calls, messages, voicemail, and faxes together in a clean interface, with the same experience on desktop and mobile.

  • SoftphoneMake and take calls natively from your computer or phone.
  • Call historyEvery call synced, indexed, and completely searchable.
  • VoicemailListen to audio and read automated transcriptions live.
  • Call transferMove live calls to colleagues in a single tap.
  • Messaging & chatBusiness SMS texting and secure internal team chat.
  • FaxSend and receive digital faxes right from the app.
Integrations

Connect the tools you already use.

Telebroad plugs into your CRM, help desk, and thousands of apps, so calls, texts, and customer data stay in sync.

Don't see your tool?

Tell us what you’d like to connect. Many integrations are available on request or already on the roadmap.

Request an integration
Developer API

Build calls and texts into your own software.

Build voice, messaging, fax, and real-time call data straight into your own apps with our intuitive REST APIs and live Webhooks.

VoiceClick-to-call, answer, and redirect calls programmatically.
MessagingSend and receive SMS, and pull message history.
WebhooksSubscribe to real-time ringing and call events live.
AnalyticsSearch call history, details, and call recordings.
Read the API docs
POST /api/teleconsole/rest/send/call
Request
curl -X POST "https://webserv.telebroad.com/api/teleconsole/rest/send/call" \
  -H "Authorization: Bearer eyJhbGciOi…" \
  -H "Content-Type: application/json" \
  -d '{
    "snumber": "5551234",      // the line you're calling from
    "dnumber": "18005550199",  // the number to dial
    "calleridd": "default",
    "dcallerid": "default",
    "answer1": 1,
    "answer2": 0,
    "stype": "",
    "noforwards": 0
  }'
Response
// 200 OK
{
  "error": null,
  "result": {
    "success": 1,
    "callerid_external": "2124449911",
    "callednumber": "18005550199",
    "callid": "call_8f3c1a",
    "uniqueid": "9d3b07e2"
  }
}

Get your team on the apps.

Get the apps in your team's hands and connect your tools. We’ll help you set it all up.