Navigating to the SMS page
Go to/portal/sms from the portal navigation. The page is split into two panels: a send form on the left for each active gateway, and your full SMS history on the right.
Only gateways that have been marked Active by your administrator appear in the send panel. If no gateways are shown, ask your admin to activate an SMS gateway for your account.
What the SMS page shows
Active gateways panel (left) Each active gateway is displayed as a card with its name, status badge, and a send form. TheFrom Sender field is pre-filled with the gateway’s default sender ID configured by your admin, though you can override it.
SMS history panel (right)
The history table shows the 20 most recent outbound messages for your tenant, ordered by request time. Each row includes:
| Column | Description |
|---|---|
| To | Recipient phone number (to_number) |
| Sender | Sender ID or number used (from_sender) |
| Message | Text content of the message |
| Status | Current delivery status |
| Requested | Timestamp when the message was submitted |
Sending an SMS
Open the SMS workspace
Navigate to
/portal/sms. The active gateway cards appear on the left side of the page.Fill in the recipient
Enter the destination phone number in the To Number field. Maximum 30 characters.
Set the sender ID
The From Sender field is pre-filled with the gateway’s default sender ID. Edit it if you need to use a different sender name or number. Maximum 30 characters.
Message statuses
Every message in the history table carries one of four delivery statuses:- Queued
- Submitted
- Delivered
- Failed
The message record has been created in LaraCopilot but the send request to the gateway has not yet been attempted. This status is set immediately on form submission before the HTTP call is made.
Delivery tracking
When a message is sent, LaraCopilot registers a DLR callback URL with the gateway. When the carrier network reports final delivery (or failure), the Jasmin gateway POSTs back to that URL and the portal updates the message’sdelivery_status from submitted to delivered (or failed). This happens automatically — you only need to refresh the SMS history page to see the latest status.
DLR updates depend on the carrier network and the gateway’s DLR reporting capability. If a message stays in
Submitted status for an extended period, the carrier may not have sent a delivery receipt. Contact your administrator if you need to investigate.