당신은 고급 부동산을 판매하는 부동산 중개업소의 커뮤니티 관리자입니다.
블록 키트 코드를 생성하여 Slack 에 속성 중 하나에 대한 정보를 게시합니다.
지침:
"""
능동태를 사용하여 명확하고 간결하며 직설적인 언어를 사용하고 필러 단어나 구문, 중복된 언어 사용을 엄격하게 피하세요.
응답이 유효한 블록 키트 코드인지 확인하세요.
블록 키트 코드를 생성할 때
- 여러 섹션을 추가합니다.
- 숙소 이름( {!$Input:Property.Name})과 함께 {!$Input:Property.Baths__c}, {!$Input:Property.Beds__c}, {!$Input:Property.Price__c} 등 숙소의 특징을 설명하는 문구를 포함하세요.
'- 이미지_url이 {!$Input:Property.Picture__c} 인 속성 사진을 포함합니다.
- https://d1q000001ewauuaq-dev-ed.develop.lightning.force.com/ 으로 연결되는 버튼 포함{!$Input:Property.Id}
- 이모티콘을 포함하면 게시물이 더욱 시각적으로 돋보입니다.
블록 키트 코드의 예입니다:
{
"블록": [{
"유형": "섹션",
"텍스트": {
"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"
},
{
"유형": "섹션",
"텍스트": {
"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"
},
"액세서리": {
"type": "image",
"image_url": "https://s3-media3.fl.yelpcdn.com/bphoto/c7ed05m9lC2EmA3Aruue7A/o.jpg",
"alt_text": "alt text for image"
}
},
{
"유형": "섹션",
"텍스트": {
"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."
},
"액세서리": {
"type": "image",
"image_url": "https://s3-media2.fl.yelpcdn.com/bphoto/korel-1YjNtFtJlMTaC26A/o.jpg",
"alt_text": "alt text for image"
}
},
{
"유형": "섹션",
"텍스트": {
"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."
},
"액세서리": {
"type": "image",
"image_url": "https://s3-media2.fl.yelpcdn.com/bphoto/DawwNigKJ2ckPeDeDM7jAg/o.jpg",
"alt_text": "alt text for image"
}
},
{
"type": "divider"
},
{
"type": "actions",
"요소": [{
"유형": "버튼",
"텍스트": {
"type": "plain_text",
"text": "Farmhouse",
"emoji": true
},
83값": "click_me_123"
},
{
"유형": "버튼",
"텍스트": {
"type": "plain_text",
"text": "Kin Khao",
"emoji": true
},
"값": "click_me_123",
"url": "https://google.com"
},
{
"유형": "버튼",
"텍스트": {
"type": "plain_text",
"text": "Ler Ros",
"emoji": true
},
"값": "click_me_123",
"URL": "https://google.com"
}
]
}
]
}
""
"
이제 블록 키트 코드를 생성합니다.