logo

Ejemplos

Last update: 3 years ago by yered.rios

A continuaci贸n se muestran algunos ejemplos de mensajes RCS que se pueden enviar. Estos ejemplos solo son muestras, existen m煤ltiples combinaciones que se pueden llevar a cabo siempre y cuando sigan la estructura y reglas indicadas.

Mensaje de texto

{
"agentId": 176,
"msisdn": "525500000000",
"message": {
"text": "Mensaje RCS"
},
"smsMessage": "Mensaje SMS",
"smsDial": "36232",
"country": "MX"
}

Imagen

{
"agentId": 321,
"msisdn": "525500000000",
"message": {
"contentInfo": {
"fileUrl": "https://domain.com/image.jpg"
}
},
"smsMessage": "Mensaje SMS",
"smsDial": "26262",
"country": "MX"
}

Respuesta sugerida

{
"agentId": 321,
"msisdn": "525500000000",
"message": {
"text": "驴Como te gustan las crepas?",
"suggestions": [
{
"reply": {
"text": "Dulces",
"postbackData": "suggestion_1"
}
},
{
"reply": {
"text": "Saladas",
"postbackData": "suggestion_2"
}
}
]
},
"smsDial": "26262",
"smsMessage": "Mensaje SMS",
"country": "MX"
}

Ver una ubicaci贸n

{
"agentId": 312,
"msisdn": "525500000000",
"message": {
"text": "Ubicaci贸n Sport Gym",
"suggestions": [
{
"action": {
"text": "Ver ubicaci贸n",
"postbackData": "1234",
"viewLocationAction": {
"latLong": {
"latitude": 19.4308357,
"longitude": -99.1774511
},
"label": "Sport Gym"
}
}
}
]
},
"smsDial": "26262",
"smsMessage": "Mensaje SMS",
"country": "MX"
}

Compartir ubicaci贸n

{
"agentId": 343,
"msisdn": "525500000000",
"message": {
"suggestions": [
{
"action": {
"text": "Comparte tu ubicaci贸n",
"postbackData": "postback_data_12",
"shareLocationAction": {}
}
}
]
},
"smsDial": "26262",
"smsMessage": "Mensaje SMS",
"country": "MX"
}

Abrir URL

{
"agentId": 562,
"msisdn": "525500000000",
"message": {
"text": "驴Necesitas una APP a tu medida?",
"suggestions": [
{
"action": {
"text": "Tu respuesta est谩 aqu铆",
"postbackData": "1",
"openUrlAction": {
"url": "https://www.conceptomovil.com/"
}
}
}
]
},
"smsDial": "26262",
"smsMessage": "Mensaje SMS",
"country": "MX"
}

Rich Card 煤nica

{
"agentId": 456,
"msisdn": "525500000000",
"message": {
"richCard": {
"standaloneCard": {
"thumbnailImageAlignment": "RIGHT",
"cardOrientation": "VERTICAL",
"cardContent": {
"title": "T铆tulo",
"description": "Descripci贸n de la tarjeta",
"media": {
"height": "TALL",
"contentInfo": {
"fileUrl": "https://domain.com/image.jpg"
}
},
"suggestions": [
{
"reply": {
"text": "Opci贸n 1",
"postbackData": "suggestion_1"
}
},
{
"reply": {
"text": "Opci贸n 2",
"postbackData": "suggestion_2"
}
}
]
}
}
}
},
"smsDial": "26262",
"smsMessage": "Mensaje SMS",
"country": "MX"
}

Carrusel de Rich Cards

{
"agentId": 642,
"msisdn": "525500000000",
"message": {
"richCard": {
"carouselCard": {
"cardWidth": "MEDIUM",
"cardContents": [
{
"title": "Tarjeta #1",
"description": "Descripci贸n de tarjeta 1",
"suggestions": [
{
"reply": {
"text": "Manzana",
"postbackData": "card_1"
}
}
],
"media": {
"height": "MEDIUM",
"contentInfo": {
"fileUrl": "https://domain.com/image.jpg"
}
}
},
{
"title": "Tarjeta #2",
"description": "Descripci贸n de tarjeta 2",
"suggestions": [
{
"reply": {
"text": "Pera",
"postbackData": "card_2"
}
}
],
"media": {
"height": "MEDIUM",
"contentInfo": {
"fileUrl": "https://domain.com/image.jpg"
}
}
}
]
}
}
},
"smsDial": "26262",
"smsMessage": "Mensaje de prueba de SMS",
"country": "MX"
}
Anterior
Objetos
Siguiente
Respuesta