Send SMS
Last updated
Was this helpful?
The Send SMS feature allows you to send SMS messages directly from the ConnectedYou platform (Currently via API only) to a subscriber’s device (SIM / ICCID).
This is typically used for:
Notifications
Alerts
OTPs (where applicable)
Service-related communication
Messages are sent programmatically via API and delivered through telecom operator networks to the end device.
The A2P SMS feature is currently supported only for the following profiles:
CYTL02
CYTL07
CYTL10
CYTL14
CYTL22
CYTL23
CYTL25
CYTL26
CYTM01
CYTM02
This feature is API-only and is not available via the UI yet.
When sending an SMS, the following constraints apply:
Only text (alphabetic / standard characters) is supported
Special encoding or non-text formats are not supported
Maximum message length: 160 characters
Each SMS request includes a validity period, which defines how long the telecom network will attempt to deliver the message.
When an SMS is sent:
If the device is online, the message is delivered immediately
If the device is offline (e.g., switched off or out of coverage), the message is stored in the SMSC (Short Message Service Center)
The SMSC will continue trying to deliver the message until the validity period expires
If the device does not become reachable within this time, the message is discarded.
Minimum: 5 minutes
Maximum: 7 days
Unit: Minutes
If no validity period is provided in the API request:
ConnectedYou will automatically set it to 24 hours
Customers can retrieve the list of SMS messages sent to a specific ICCID using the Get SMS List API.
SMS history is available per ICCID
The API returns messages that have been sent to that specific SIM
Useful for:
Auditing
Debugging delivery issues
Tracking communication history
Last updated
Was this helpful?
Was this helpful?