APIReference

RCS API

Send a verified-sender rich card or carousel with suggested replies and actions.

POST/v1/rcs/send
This reference documents the intended request/response shape. Exact field names are confirmed with our platform partner before this endpoint goes live.

01Parameters

NameTypeRequiredDescription
tostringRequiredRecipient number in E.164 format.
cardobjectRequiredTitle, media, description and suggested actions for the rich card.
fallback_channel"sms" | "whatsapp"OptionalChannel to use automatically if the device or network doesn't support RCS.

02Request

curl https://api.msgbridge.in/v1/rcs/send \  -H "Authorization: Bearer $API_KEY" \  -d to="+91XXXXXXXXXX" \  -d card='{"title":"Order shipped","actions":["Track order"]}' \  -d fallback_channel="sms"

03Response

{  "message_id": "msg_2Rc9",  "status": "sent",  "channel": "rcs"}

Need a hand integrating this?

Our integration team reviews your first call for free.