← Back to Blog
Feature

RCS Messaging Now Available Globally

Rich Communication Services (RCS) messaging is now available in 50+ countries with interactive buttons and rich media support.

What is RCS?

RCS (Rich Communication Services) is the next generation of SMS messaging. It allows you to send rich media, interactive buttons, and branded messages directly through the native messaging app.

Features

  • **Rich Media**: Send images, videos, and files
  • **Interactive Buttons**: Add call-to-action buttons
  • **Branded Messages**: Customize your brand appearance
  • **Read Receipts**: Know when messages are read
  • **Typing Indicators**: Show when you're typing

Availability

  • United States
  • United Kingdom
  • Canada
  • Australia
  • And many more...

Getting Started

const client = new ViteMobile({ apiKey: 'your-api-key' });

await client.rcs.send({ to: '+1234567890', message: { text: 'Welcome to ViteMobile!', buttons: [ { type: 'url', text: 'Learn More', url: 'https://vitemobile.com' } ] } }); ```

Learn More

Visit our [RCS documentation](/developers/rcs) for more information and examples.