Query single number
Check RCS capabilities for a single phone number:Response examples
- Full RCS support
- Generic RCS (limited features)
- No RCS support
Feature reference
| Feature | Description | Use for |
|---|---|---|
RICHCARD_STANDALONE | Single rich card support | Product cards, order updates |
RICHCARD_CAROUSEL | Swipeable carousel cards | Product listings, menus |
ACTION_OPEN_URL | Open URL button | Links to websites |
ACTION_OPEN_URL_IN_WEBVIEW | Open URL in webview | In-app browsing |
ACTION_DIAL | Phone call button | Click-to-call |
ACTION_VIEW_LOCATION | View map location | Directions, store locator |
ACTION_SHARE_LOCATION | Share user’s location | Delivery tracking |
ACTION_CREATE_CALENDAR_EVENT | Add calendar event | Appointment booking |
ACTION_COMPOSE | Compose message | Message drafting |
GENERIC_RCS_FEATURE | Basic RCS (details unknown) | Text-only RCS |
Bulk capability query
Check up to 100 numbers at once to efficiently segment your audience:Send with automatic fallback
Use capability queries to send the best possible message format:Python
RCS Deeplinks
Deeplinks let users start an RCS conversation from a website, email, or QR code — without having your number saved.Generate a deeplink
Response
Use deeplinks
QR code
QR code
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.
Email campaigns
Email campaigns
Include the deeplink in marketing emails as a CTA button. When tapped on Android with Google Messages, it opens the RCS conversation directly.
Requirements
| Requirement | Details |
|---|---|
| Device | Android with Google Messages installed |
| OS version | messages.android_20241029_00 or later |
| Fallback | Use phone_number parameter for non-RCS devices (opens SMS instead) |
Related resources
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.