Solution_Details = zoho.crm.getRecordById("Solutions",solution_id);
info "Solution_Details : " + Solution_Details;
if(Solution_Details.get("status") != "failure")
{
Solution_ID = Solution_Details.get("id");
info "Solution_ID : " + Solution_ID;
Lead_URL = "https://crm.zoho.com/crm/org883428182/tab/Solutions/" + Solution_ID;
slack_url = "https://hooks.slack.com/services/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";
messageMap = Map();
messageMap.put("text","AI Readliness Assessment Completed. <" + Lead_URL + "|View AI Readliness Assessment>");
response = invokeurl
[
url :slack_url
type :POST
parameters:messageMap.toString()
];
info response;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter