Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json

RCS message body

agent_id
string
required

RCS Agent ID

Example:

"Agent007"

to
string
required

Phone number in +E.164 format

Example:

"+13125551234"

messaging_profile_id
string
required

A valid messaging profile ID

agent_message
object
required
type
enum<string>

Message type - must be set to "RCS"

Available options:
RCS
Example:

"RCS"

webhook_url
string<url>

The URL where webhooks related to this message will be sent.

sms_fallback
object
mms_fallback
object

Response

Successful operation

data
object