rcs.send
Dispatch an RCS message to a single recipient. The response always includes a fallback hint so you can reconcile cost when a device silently falls back to SMS.
#About
The message payload is a typed discriminated union: pass type: "text" for plain text, type: "card" for a rich card, or type: "carousel" for multi-card swipable content.
Workspace configuration errors are surfaced explicitly — e.g. rcs_not_configured if no RCS agent is connected, or rcs_auth_failed if the Jio OAuth handshake fails. The upstream provider response is passed through on error for easy debugging.
#Endpoints
- POST
/v1/rcs/sendSend an RCS message — text, rich card, carousel, or approved template. - GET
/v1/rcs/capabilityCheck whether a phone number supports RCS. Cached from prior sends; hits the dashboard warming flow when unknown.
/v1/rcs/sendSend an RCS message — text, rich card, carousel, or approved template.
/v1/rcs/capabilityCheck whether a phone number supports RCS. Cached from prior sends; hits the dashboard warming flow when unknown.