v1
latestOpenAPI 3.0.02026-07-268285163.6 KBBot responses
Get rich message
Returns a specific rich message
get/rich_messages/{rich_message_id}
Path parameters
rich_message_idstring required
ID of the rich message
Response
successful
Example response
{
"data": [
{
"default": {
"voice": [],
"text": []
},
"whatsapp": {
"voice": [],
"text": []
},
"twitter": {
"voice": [],
"text": []
},
"webchat": {
"voice": [],
"text": []
},
"messenger": {
"voice": [],
"text": []
},
"weorange": {
"voice": [],
"text": []
},
"viber": {
"voice": [],
"text": []
},
"telegram": {
"voice": [],
"text": []
},
"slack": {
"voice": [],
"text": []
},
"sms": {
"voice": [],
"text": []
},
"skype": {
"voice": [],
"text": []
},
"rcs": {
"voice": [],
"text": []
},
"other": {
"voice": [],
"text": []
}
}
],
"reprompt": [
{
"default": {
"voice": [],
"text": []
},
"whatsapp": {
"voice": [],
"text": []
},
"twitter": {
"voice": [],
"text": []
},
"webchat": {
"voice": [],
"text": []
},
"messenger": {
"voice": [],
"text": []
},
"weorange": {
"voice": [],
"text": []
},
"viber": {
"voice": [],
"text": []
},
"telegram": {
"voice": [],
"text": []
},
"slack": {
"voice": [],
"text": []
},
"sms": {
"voice": [],
"text": []
},
"skype": {
"voice": [],
"text": []
},
"rcs": {
"voice": [],
"text": []
},
"other": {
"voice": [],
"text": []
}
}
]
}