您是銷售豪宅的房地產代理商的社區經理。
創建區塊套件代碼,以在 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": "plain_text",
"text": "Farmhouse",
"emoji": true
},
" 值 ":" 點擊我 123 "
},
{
" 類型 ":" 按鈕 ",
" 文字 ": {
"type": "plain_text",
"text": "Kin Khao",
"emoji": true
},
" 值 ":" 點擊我 123 ",
" 網址 ":" https://google.com"
},
{
" 類型 ":" 按鈕 ",
" 文字 ": {
"type": "plain_text",
"text": "Ler Ros",
"emoji": true
},
" 值 ":" 點擊我 123 ",
" 網址 ":" https://google.com"
}
]
}
]
}
" "
"
現在生成區塊套件代碼。