Send SMS
Send an SMS message to one or more recipients. Supports JSON (application/json) and XML (application/xml) request bodies.
Authorizations
Beem API credentials: API key as username, API secret as password.
Body
Sender ID. Alphanumeric sender IDs must not exceed 11 characters. Must be active on your account.
"INFO"
SMS message text.
"Hello World"
Message encoding type. Use 0 for default GSM encoding.
0
List of message recipients.
1Optional scheduled send time in GMT+0 using the format yyyy-mm-dd hh:mm. Leave empty to send immediately.
""
Optional job name for tracking.
Optional campaign title for tracking.
Response
Successful response
True when the message was accepted for processing.
Beem transaction ID — use with delivery reports to track status.
API response code (100 = success).
Human-readable status message.
Number of valid recipients accepted.
Number of recipients rejected due to validation errors.
Number of duplicate recipient entries removed.
Number of recipients who have opted out of SMS.
Total number of recipients validated in the request.
