How to run/execute Apex using OpenCTI in Salesforce?
sforce.opencti.runApex() can be to run or execute Apex using OpenCTI in Salesforce. Sample Code:Apex:global class OpenCTIController { webService static String fetchContacts( String strPhoneNumber ) { List < Contact > listContacts ....