Skip to main content
Check whether a recipient’s device supports RCS — and which features it supports — before sending. This lets you adapt your message format (rich card vs. plain text) and fall back to SMS when needed.

Query single number

Check RCS capabilities for a single phone number:

Response examples

Feature reference

FeatureDescriptionUse for
RICHCARD_STANDALONESingle rich card supportProduct cards, order updates
RICHCARD_CAROUSELSwipeable carousel cardsProduct listings, menus
ACTION_OPEN_URLOpen URL buttonLinks to websites
ACTION_OPEN_URL_IN_WEBVIEWOpen URL in webviewIn-app browsing
ACTION_DIALPhone call buttonClick-to-call
ACTION_VIEW_LOCATIONView map locationDirections, store locator
ACTION_SHARE_LOCATIONShare user’s locationDelivery tracking
ACTION_CREATE_CALENDAR_EVENTAdd calendar eventAppointment booking
ACTION_COMPOSECompose messageMessage drafting
GENERIC_RCS_FEATUREBasic RCS (details unknown)Text-only RCS

Bulk capability query

Check up to 100 numbers at once to efficiently segment your audience:
RCS capability queries can be slow (several seconds per request). For time-sensitive applications, cache results and refresh periodically rather than querying before every message.

Send with automatic fallback

Use capability queries to send the best possible message format:
Python

Deeplinks let users start an RCS conversation from a website, email, or QR code — without having your number saved.

Response

Embed the deeplink in an HTML button or link. The URL won’t open directly in a browser — it must be an <a> tag or button click:
Convert the deeplink URL to a QR code for print materials, in-store signage, or business cards. Users scan with their camera to open an RCS conversation.
Include the deeplink in marketing emails as a CTA button. When tapped on Android with Google Messages, it opens the RCS conversation directly.

Requirements

RequirementDetails
DeviceAndroid with Google Messages installed
OS versionmessages.android_20241029_00 or later
FallbackUse phone_number parameter for non-RCS devices (opens SMS instead)

Send RCS Messages

Send text, rich cards, carousels, and suggested actions.

RCS Webhooks

Handle inbound RCS messages and delivery events.

RCS Getting Started

Set up your RCS agent and get approved.

RCS API Reference

Full API reference for RCS messaging.