Skip to main content
Send rich, interactive messages using RCS (Rich Communication Services). This guide covers sending text, rich cards, carousels, and configuring SMS fallback for non-RCS devices.
New to RCS? Start with the RCS Getting Started guide to set up your RCS agent and get approved by Google.

Prerequisites


Send a text message

The simplest RCS message — plain text with optional suggested replies:

Send a rich card

Rich cards display media, text, and action buttons in an interactive format:

Card options


Display multiple cards in a swipeable carousel — ideal for product listings:
curl
Carousels require a minimum of 2 cards and a maximum of 10. All cards in a carousel use the same card_width.

Add suggested actions

Suggestions appear as tappable buttons below your message:
Quick reply buttons that send a predefined response back to your webhook:

SMS fallback

Not all devices support RCS. Configure automatic SMS fallback for non-RCS recipients:
The fallback.from number must be a Telnyx number on your messaging profile with SMS capability. The fallback message is plain text only — rich card content is not included.

RCS vs. SMS/MMS comparison


RCS Getting Started

Set up your RCS agent and get approved by Google.

RCS Capabilities

Check device RCS capability before sending.

RCS Webhooks

Handle inbound RCS messages and delivery events.

RCS API Reference

Full API reference for RCS messaging.