Learning Hub / Tutorials / Voxtelesys / RCS Widget: Send Message FAQs

Tutorials: RCS Widget: Send Message

The Send RCS Message Widget goes under the RCS category in missio™ Canvas. The RCS Send Message Widget sends interactive RCS messages with text and selectable replies or actions from a registered sender.

Required Access: Voxtelesys Portal


Disclaimer: You must register to become a verified sender before using RCS. Please open a Support Ticket to intiate the process.


Last Updated: 1/23/2026

What is RCS?

RCS (Rich Communication Services) is the next generation of mobile messaging, designed to replace traditional SMS with a richer, more interactive experience. Delivered primarily through the Google Messages app, RCS transforms the simple text field into a dynamic, engaging communication channel. RCS messages are sent from a verified brand profile (not just a phone number), featuring your logo, brand name, and colors. This builds instant trust and significantly reduces the risk of phishing or fraud. Additionally, RCS messages can include actions/suggested replies, which are interactive buttons displayed with an RCS message. Up to 11 actions are allowed per RCS message.


rcs graphic and use case image


The Send RCS Message widget triggers an outbound RCS message and immediately advances the flow. It is designed for one-way notifications where user input is not required for the next logic step. Use the Message Sent transition to proceed with the sequence or Failed to Send to trigger a fallback (such as SMS or an error log).


Use Cases:

  • Order Confirmations: Immediately sending a digital receipt while the flow continues to update the internal database.
  • Security Alerts: Notifying a user of a new login attempt where the primary goal is speed, not conversation.
  • Status Broadcasts: Sending a "Your table is ready" or "Your technician is 5 minutes away" alert.

Send RCS Message Widget vs. Send RCS & Wait for Reply Widget

The table below highlights the key differences between the Send RCS Message Widget and the Send RCS & Wait for Reply Widget. For guidance on building interactive, response-driven RCS messages, see the Send RCS & Wait for Reply tutorial.


Feature

Send RCS Message

Send RCS & Wait

Primary Goal Notification/Alerting Engagement/Collection
Flow Impact Instantaneous Paused/Stateful
Best For High Volume Updates Decision trees & Support
Fallback Logic Delivery failure only Delivery Failure and Non-response

RCS widget in the Canvas widget library



To use the widget simply click and drag it into the flow.

naming field for the send rcs message widget



Note that naming the widget can help identify it with other tools later on.

It is case sensitive, and does not accept spaces or dashes.

Send RCS message widget settings


The Send RCS Message widget has the following configuration abilities under Widget Settings:


Service Trunk Group

The trunk group to use for sending the RCS messages.


To

The recipient's phone number.


Sender

The verified sender ID that Recipients will see when they receive the message.


Message Text

The RCS message content to send to the recipient.

SMS/MMS fallback settings

The Send RCS Message Widget has the following SMS/MMS Fallback capabilities under Advanced Settings:


Enable SMS/MMS Fallback

Auto-switch to SMS/MMS if RCS fails.


Trunk Group

Trunk group for fallback delivery.


Fallback Recipient

The number receiving the fallback message.


Fallback Sender

Sender ID used for the fallback channel. This number must be assigned to a messaging application using this flow.


Fallback Message Content

Simplified content optimized for SMS standards.


Multimedia Attachment (URL)

Optional, providing a valid URL will trigger an MMS fallback.

smart content translation settings


The Send RCS Message Widget has the following Smart Content Translation capabilities under Advanced Settings:


Enable Smart Content Translation (Optional)

Translate the message text to another language. If this option is selected, choose the language model, source language, and destination language for the translation.


Language Model (Optional)

The AI model utilized for the translation task. Currently, we only support Google as a vendor. Text is billed in 100 character intervals and pricing is based on the model selected.

  • [Google] Large Language Model: use Google’s LLM to translate text. The LLM supports fewer language pairs than the NMT model, but large language models tend to generate more natural sounding translations.
  • [Google] Neural Machine Translation: use Google’s NMT model. The NMT model supports many more language pairs, but may not be as natural sounding as an LLM.

From (required if Language Model is selected)

The language to translate text from. The input text should be typed in this language. Automatic language detection is only supported if the user chooses to use the NMT model.


To (required if Language Model is selected)

The language to translate to.

Actions/Suggested Replies are interactive buttons displayed with your RCS message. These buttons will appear in chronological order. Up to 11 Action Types can be added per RCS message.

For best practices, take a look at Google's Documentation.


Available Actions & Suggested Replies

Action Type

Function

Suggested Reply Sends a predefined reply that the user selects.
Open URL Directs the user to a designated link.
Dial Phone Directs the user to dial a phone number you specify.
Show Location Displays a designated map location.
Request Location Requests that a user share their current location.
Create Calendar Event Creates a calendar event on the user’s device.

add action button in the send rcs message widget



To add a new action, click "+Add Action."

action settings for adding an action



Select the desired action from the "Action Type" drop-down and enter the required information.

move button on the actions in the send rcs message widget



The order of the actions can be changed by using the move button.

actions dropdown in the send RCS message widget



The added actions will appear in the Actions drop-down of the Send RCS Message widget.

actions dropdown with box around the invalid settings alert



The red invalid settings symbol next to an action indicates that the action was not configured correctly. Return to the action to configure any missing information

connecting the send RCS message widget



Now, you will connect the Send RCS Message Widget.

connecting the send RCS message widget to other widgets



Adding the Send RCS Message Widget is completed!

To continue the flow, connect more Widgets to the opposite end of the Send RCS Message Widget.

Learning Hub / Tutorials / Voxtelesys / RCS Widget: Send Message FAQs