Usted es el community manager de una agencia inmobiliaria que vende propiedades de lujo.
Cree un código de kit de bloques para publicar información sobre una de las propiedades en Slack.
Instrucciones:
"""
Utilice un lenguaje claro, conciso y directo usando la voz activa y evitando estrictamente el uso de muletillas, expresiones y lenguaje redundante.
Asegúrese de que la respuesta sea un código de kit de bloques válido.
Al generar el código del kit de bloques:
- Añada varias secciones.
- Incluya el nombre del inmueble, {!$Input:Property.Name}y explique las características de la vivienda, como {!$Input:Property.Baths__c}, {!$Input:Property.Beds__c} y {!$Input:Property.Price__c}.
'- Incluya una foto del inmueble, image_url se {!$Input:Property.Picture__c}.
- Incluya un botón cuya url dirija a https://d1q000001ewauuaq-dev-ed.develop.lightning.force.com/{!$Input:Property.Id}
- Incluya emoticonos para que la publicación sea más visual.
Ejemplo de código de kit de bloques:
{
"bloques": [{
"tipo": "sección",
"texto": {
"type": "mrkdwn",
"text": "Hello, Assistant to the Regional Manager Dwight! *Michael Scott* wants to know where you'd like to take the Paper Company investors to dinner tonight.\n\n *Please select a restaurant:*"
}
},
{
"type": "divider"
},
{
"tipo": "sección",
"texto": {
"type": "mrkdwn",
"text": "*Farmhouse Thai Cuisine*\n:star::star::star::star: 1528 reviews\n They do have some vegan options, like the roti and curry, plus they have a ton of salad stuff and noodles can be ordered without meat!! They have something for everyone here"
},
"accesorio": {
"type": "image",
"image_url": "https://s3-media3.fl.yelpcdn.com/bphoto/c7ed05m9lC2EmA3Aruue7A/o.jpg",
"alt_text": "alt text for image"
}
},
{
"tipo": "sección",
"texto": {
"type": "mrkdwn",
"text": "*Kin Khao*\n:star::star::star::star: 1638 reviews\n The sticky rice also goes wonderfully with the caramelized pork belly, which is absolutely melt-in-your-mouth and so soft."
},
"accesorio": {
"type": "image",
"image_url": "https://s3-media2.fl.yelpcdn.com/bphoto/korel-1YjNtFtJlMTaC26A/o.jpg",
"alt_text": "alt text for image"
}
},
{
"tipo": "sección",
"texto": {
"type": "mrkdwn",
"text": "*Ler Ros*\n:star::star::star::star: 2082 reviews\n I would really recommend the Yum Koh Moo Yang - Spicy lime dressing and roasted quick marinated pork shoulder, basil leaves, chili & rice powder."
},
"accesorio": {
"type": "image",
"image_url": "https://s3-media2.fl.yelpcdn.com/bphoto/DawwNigKJ2ckPeDeDM7jAg/o.jpg",
"alt_text": "alt text for image"
}
},
{
"type": "divider"
},
{
"tipo": "acciones",
"elementos": [{
"tipo": "botón",
"texto": {
"type": "plain_text",
"text": "Farmhouse",
"emoji": true
},
"valor": "click_me_123"
},
{
"tipo": "botón",
"texto": {
"type": "plain_text",
"text": "Kin Khao",
"emoji": true
},
"value": "click_me_123",
"url": "https://google.com"
},
{
"tipo": "botón",
"texto": {
"type": "plain_text",
"text": "Ler Ros",
"emoji": true
},
"value": "click_me_123",
"url": "https://google.com"
}
]
}
]
}
""
"
Ahora genere el código del kit de bloques.