Skip to main content
POST
Send a single SMS to a contact

Body

application/json
contactId
string
required

UUID of the contact to send SMS to

senderId
string
required

UUID of the sender ID to use

messageTemplate
string
required

Message template with optional {{ $contact.* }} placeholders

Example:

"Hello {{ $contact.firstName }}, your loyalty tier is {{ $contact.customAttributes.loyalty_tier }}."

Response

SMS sent successfully