Send Single SMS
Send an SMS message to one mobile recipient.
Endpoint:
POST /messages/send
Description: This endpoint sends an SMS to a list of phone numbers.
Request Parameters:
to
(string, required): Recipient phone number in international format (e.g., +1234567890)message
(string, required): The SMS text to send.sender_name
(string, optional): Custom sender name (must be pre-registered).
Request Example:
Response:
Last updated