Clickable url in Zoho Desk ticket
Hi,
I've the following code:
mp.put("subject","Controleer het nummer van " + bedrijf + "");
mp.put("channel","Automatisch gegenereerd");
I want it to be a clickable link in the Zoho Desk ticket which is created by this code. How can I do this?