I am looking at making the phone numbers field from the contact object on a Visualforce page linkable with Five9. Currently the numbers are not showing as linkable to be dailed by Five9. Is there any apex or Visualforce script that I can implement to make this work?
Share
The simplest way of implementing click-to-dial is to send a GET request to the following address with parameters (number, campaignId, checkDnc):
It expects to be open in a new window, so for example, the code below uses an HTML link to open the link in a new window (target=”blank”):