You will receive a link to the extension from us after you completed the sign-up steps. Click on the extension while you are logged into Zoho CRM in the same browser. The extension requires an Enterprise license of Zoho CRM or Zoho One license. ...
Updated! The following is a simple code to add as a custom function for a workflow to trigger an SMS messaging using the GoToConnect Messaging - SMS Extension for Zoho CRM: if(input.leadid != null) { lead = zoho.crm.getRecordById("Leads",leadid); ...