Skip to main content

RCS Text Message without Buttons

RCS text message without buttons are useful when enterprise wants to send two consecutive messages. One with only information and the other asking for user action. In this case former can be an RCS text message without buttons. For this case Text Message object to be used under Message object.

S.No.AttributeRequiredDatatypeDetails
3.1.text_messageYesObjectSpecifying that the message is a text message
3.1.1.textYesStringThe text to be sent.
{
"app_id": "01H0MFFJFX0YAWYA5XG4D3MRTA",
"recipient": {
"identified_by": {
"channel_identities": [
{
"channel": "RCS",
"identity": "917023002081"
}
]
}
},
"message": {
"text_message": {
"text": "Friendly reminderof your appointmenttomorrow at 10AM. Please confirm your booking
by replying below."
}
}
}