Skip to main content

Send RCS notification

Send a notification using a previously approved RCS template.

Query Parameters
bot string — REQUIRED

Unique identifier of the AI agent (bot)

Request Body — REQUIRED
userDetails object — REQUIRED
number string — REQUIRED

Recipient mobile number with country code (in E.164 format).

notification object — REQUIRED
type string — REQUIRED

Notification type. For this API, it should be 'rcsBusinessMessaging'.

sender string — REQUIRED

The sender ID to send the RCS Campaign.

templateId string — REQUIRED

The unique identifier of the RCS template to be used for the notification.

metadata object

Optional key/value metadata

Responses
200

Notification accepted

Schema — OPTIONAL
requestId string — OPTIONAL

Unique request identifier

status string — OPTIONAL

Status of the notification

details object — OPTIONAL
400

Bad request

Schema — OPTIONAL
code string
message string
401

Unauthorized

Schema — OPTIONAL
code string
message string
429

Rate limit exceeded

Schema — OPTIONAL
code string
message string
500

Server error

Schema — OPTIONAL
code string
message string