Assuming createevent is required, the following result was found.
= zoho.crm.createRecord("zohosign__ZohoSign_Recipients",m_CreateRecipient); // // create CRM zohosign document event m_CreateEvent = Map(); m_CreateEvent.put("Name",v_TemplateName + "-SENT"); m_CreateEvent.put("Owner",v_LoggedInUserID);...