Text Suggestions
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
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://rest.qikberry.ai/v1/rcs/messages' \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "<MOBILE>",
"agentID": "<AGENT_ID>",
"message": {
"templateId": "<TEMPLATE_ID>"
}
}'
Response Response Example
200 - Success
{
"message": "1 numbers accepted",
"data": [
{
"messageId": "a8XXXXXX-1bXX-4XXd-b5XX-5dXXXXXX:1",
"mobile": "+9198XXXXXXXXX",
"charges": 0.05
}
]
}
Request
Header Params
Authorization
stringĀ
required
Example:
Bearer <ACCESS_TOKEN>
Content-Type
stringĀ
required
Example:
application/json
Body Params application/json