Send Message from Desk to MS Teams Channel
I currently have various functions in Desk that I am using to send notifications to Cliq using workflows. Example below:
message = {"text":"There is a new ticket waiting --- [#" + ticketNum + " SUBJECT: " + tikSubj + "](https://desk.zoho.com/support/comtrsys/ShowHomePage.do#Cases/dv/" + tikID + ")","card":{"title":"New Support Ticket ","theme":"modern-inline"},"broadcast":"true"};
resp = zoho.cliq.postToBotAsAdmin("ctssupport",message);
I am wondering if there is any example code of how I can change this function to send to the MS Teams API for a team and specific channel.
Thanks!
Frank