Text Suggestions
Developing
POST
https://rest.qikberry.ai/v1/rcs/messages
ā Supported Features
Feature | Description |
---|---|
Tap-to-send | When tapped, the suggestion is sent as a standard text message from the user. |
Character limit | Typically 20 characters per suggestion. |
Multiple options | You can include up to 4 suggestions per message. |
Quick interactions | Speeds up user responses and reduces input errors. |
No persistence | Suggestions disappear after being used or once the message is dismissed. |
Suggested actions
Suggested replies guide users through conversations by providing responses that your agent knows how to react to.
Example: "Yes", "No", "Tell me more"
The Dial action guides the user to dial a phone number specified by your agent. Phone numbers can only include digits (0-9), plus sign (+), asterisk (*), and number sign (#). The E.164 international format (for example, +14155555555) is supported but not required. That is, both +14155555555 and 1011 are valid entries.
Example: "Call Support" ā Dials +919801234567
The View location action displays a location in the user's default map app. You can specify the location either by latitude and longitude or with a query based on the user's current location. You can also set a custom label for the pin that displays in the map app.
Example: "View location"
The Share Location action allows the user to share a location with your agent. The user can share either their current location or a manually selected location from the Maps app.
Example: "Share a location"
The Open URL action lets you guide users to a web page specified by your agent. By default, the web page opens in the user's browser. If a user has a default app configured for the web page, that app will open instead. In that case, the icon on the suggested action button will be the app's icon.
Example: "Visit Website" ā Opens https://example.com
The Open URL with webview action loads the specified web page inside the messaging app with the rendering engine of your default browser. This allows the user to interact with the web page without leaving the RBM conversation. If the user's device doesn't support webviews, the web page opens in the user's browser instead.icon.
Example: "Visit Website" ā Opens https://example.com
The Create calendar event action opens the user's calendar app and begins to create a new event with the specified information.
Use case: Appointment scheduling.
Example
Request
Header Params
Authorization
stringĀ
required
Example:
Bearer <ACCESS_TOKEN>
Content-Type
stringĀ
required
Example:
application/json
Body Params application/json
Responses
Modified atĀ 2025-06-02 11:37:13