ES | EN
sales@telharbor.com 506-4300-0000

💬 Documentation: SMS

Text messaging (SMS). What it is, how it works and how to use it — explained step by step.

💬 Definition — SMS module

The SMS module lets you send and receive text messages from the company numbers. It includes a per-number conversation inbox, single or bulk sending, templates and auto-reply bots (text menus). Every message is logged for history, audit and reports.

📤
OutboundSend an SMS to a customer from the inbox or the API.
📥
InboundThe customer replies and their SMS reaches the inbox (webhook).
🤖
BotAuto-reply with text menus (optional per number).
🔌
APIYou can also send SMS from the TelHarbor API: POST /v1/sms/send.
💻
Softphone AppSend and receive SMS from the TelHarbor UCaaS Desktop app, with a conversation inbox.

🗺️ Diagram

You can send SMS from three places — the Portal, the API and the Softphone App (TelHarbor UCaaS Desktop). Nothing connects directly to the mobile network: everything goes through UCaaS and the SMS providers.

🧑‍💼 Portal web inbox 🔌 API /v1/sms/send 💻 Softphone App UCaaS Desktop 🏢 UCaaS validates & logs 📡 SMS providers out to mobile mobile net 📱 Customer receives / replies

Inbound: when the customer replies, the provider notifies UCaaS via webhook; the message appears in the inbox, the Softphone App and the history. If the number has an active bot, it replies automatically.

📘 Explanation (step by step)

  1. Pick the sender number of the company you will send from (each number has its provider).
  2. Write the message and destination (E.164, e.g. +50688887777). Single or bulk.
  3. UCaaS validates, sends via the provider and logs the message with its status (sent, delivered, failed).
  4. Inbound replies arrive via webhook to the number conversation inbox.
  5. Optional: enable a bot to auto-reply with text menus and hand-off to an agent.
  6. Via API: besides the inbox, you can send SMS programmatically from the TelHarbor API: POST /v1/sms/send. See the API Documentation.
  7. Softphone App: you can also send and receive SMS from the TelHarbor UCaaS Desktop app, with its built-in conversation inbox.

Note: bulk SMS and some international destinations depend on the provider account settings.