Skip to main content
POST
Send an SMS message

Authorizations

Authorization
string
header
required

API token authentication. Generate a token from the Alta dashboard and pass it as a Bearer token in the Authorization header.

Body

application/json
prospectId
string<uuid>
required

The UUID of the prospect to send the SMS to.

body
string
required

The SMS message text content (max 320 characters / 2 segments).

Required string length: 1 - 320

Response

SMS message sent successfully

messageId
string<uuid>
required

The ID of the sent SMS message.