Add Custom Signal Notification Zoho CRM

Add Custom Signal Notification Zoho CRM

Hello All,

so today we are come up with Custom Notification in ZOHo CRM by the Deluge Language.

Problem Statement:- Suppose you sent a contact by the zoho sign using deluge script once it will be sent then User will be notify by the Signal which we have in zoho CRM.



//namespace = Signal Name API
namespace = "zohosign_testsignal";
subject = "New Ticket created #";
message = "New Ticket with created in Zoho Desk from";

signaldata = List();

signal = Map();
signal.put("signal_namespace","zohosigntest_zohosigntest");
signal.put("email",Recordemail);
signal.put("subject",subject);
signal.put("message",message);

// if want to any action like open link and popup
actiondata = List();
actionsmap = Map();
actionsmap.put("type","link");
actionsmap.put("open_in","popup");
actionsmap.put("display_name","View Email");
actionsmap.put("url","www.google.com");
actiondata.add(actionsmap);

signal.put("actions",actiondata);
signaldata.add(signal);

signals2 = Map();
signals2.put("signals",signaldata);

resvp1 = invokeurl
[
type :POST
parameters:signals2.toString()
connection:"zohocrm"
];


Apart from if you have any kind of custom work in zoho of any product please provide your details on Email.

Dotsquares || Zoho Authorized Partner