SMS Message
Send an SMS message to a recipient.
Headers
PINNACLE-API-Key
Request
This endpoint expects an object.
to
The recipient’s phone number in E.164 format (e.g., +12345678901).
from
The sender's phone number in E.164 format. Must be owned by the user.
text
The SMS message content (max 1600 characters).
statusCallback
Optional URL to receive a POST request when the message status changes. Read more about status callbacks here.
Response
SMS message sent successfully
messageId
The unique ID of the sent message.
message
A message indicating the status of the sent message.