Skip to main content
POST
Send manage consumer SMS

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

consumer
integer
required

Representative consumer ID from the manage consumers list.

Body

application/json
content
string
required

Plain-text SMS body to send to the consumer. The backend calculates segment count and cost from the Twilio response when available.

Example:

"Hello, please review your notice response."

Response

SMS sent and communication history recorded.

message
string
required
Example:

"Message sent."

data
object
required
Last modified on July 19, 2026