Skip to main content
POST
Send SMS to Contact

Authorizations

Authorization
string
header
required

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

Body

phone_number_id
string<uuid>
required

Phone number ID to send from.

phone_number_owner
enum<string>
required

Whether the number lives under the company or its agency.

  • company - company
  • agency - agency
Available options:
company,
agency
contact_id
string<uuid>
required

Recipient contact UUID.

message
string
required

Message body. Supports {{contact.first_name}}, {{company.name}}, etc.

Minimum string length: 1

Response

message_id
string
required

Twilio message SID.

thread_message_id
string<uuid>
required

Internal ThreadMessage row ID.

status
string
required