Skip to main content
POST
Send Consumer Profile manual 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

Consumer account ID.

Body

application/json
content
string
required

SMS body sent to Twilio. The API records successful segment count and cost from Twilio when reported, otherwise it estimates GSM-7 or Unicode segments.

Example:

"Hello, please review your account."

Response

SMS sent through Twilio and communication history recorded.

message
string
required
Example:

"Message sent."

data
object
required
Last modified on July 20, 2026