Make Phone Call

Author: TeamJodo 194 views

Purpose:

This method is used to initiate phone call directly from CRM / Business Application.

CRM / Business Application has to send following parameters to dial a call

Sample Request

 
				
					var request = {
	“phone_no”:”875485485345”,
	“processid”:10
}
MakePhoneCall (request);