POST

/api/v1/xml/bulk/sms

Send bulk SMS messages via XML API

SMS

Parameters

Parameter Type Required Description
from string Required Sender ID
to string Required Recipient phone number or list
message string Required SMS message content
source string Required Source identifier (e.g., API)

Request & Response Examples

Request Body

  COMPANY 27123456789 Your verification code is 123456. Valid for 10 minutes. API 

Response Body

   1764184470578998353 SUCCESS 27123456789  

Code Examples

-keyword">curl -X POST https://api.unicom360.com/api/v1/xml/bulk/sms \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '\n\n  COMPANY\n  27123456789\n  Your verification code is 123456. Valid for 10 minutes.\n  API\n\n'

Test This Endpoint

A test message with timestamp will be automatically sent.