...
Section | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
|
To configure the call center after installing Vonage Contact Center into Salesforce for the first time, perform the following steps:
Create a new XML file with the following content. Replace *** on line 5 with the correct cloud number for your organisation:
Code Block language xml theme Eclipse title CallCenterDefinitionLive.xml linenumbers true <callCenter> <section sortOrder="0" name="reqGeneralInfo" label="General Information"> <item sortOrder="0" name="reqInternalName" label="InternalName">ContactWorld</item> <item sortOrder="1" name="reqDisplayName" label="Display Name">ContactWorld For Salesforce</item> <item sortOrder="2" name="reqAdapterUrl" label="CTI Adapter URL">https://cloud***.contact-world.net/CallCentre/ServiceCloud/AgentInterface</item> <item sortOrder="3" name="reqUseApi" label="Use CTI API">true</item> <item sortOrder="4" name="reqSoftphoneHeight" label="Softphone Height">400</item> <item sortOrder="5" name="reqSoftphoneWidth" label="Softphone Width">200</item> <item sortOrder="6" name="reqDescription" label="Description">NewVoiceMedia's ContactWorld Softphone For Salesforce</item> <item sortOrder="7" name="reqProgId" label="Prog Id">1</item> </section> <section sortOrder="1" name="reqDialingOptions" label="Dialing Options"> <item sortOrder="0" name="reqOutsidePrefix" label="Outside Prefix">9</item> <item sortOrder="1" name="reqLongDistPrefix" label="Long Distance Prefix">1</item> <item sortOrder="2" name="reqInternationalPrefix" label="International Prefix">01</item> </section> </callCenter>
Note You cannot have more than one call center with the same name or display name. Therefore, if you already have an existing ContactWorld call center, you must change the values of InternalName and Display Name, on lines 3 and 4 respectively, for all subsequent call centers. Save the file in a suitable location.
- Go to the Administration Setup Page in
Go to Setup in Salesforce.
- On the left-hand side of the Salesforce window, in the search box, type 'Call Centers'. Call Centers appears below the search box.
- Click Call Centers. All Call Centers appears.
Click the Vonage Contact Center in Salesforce call center.
- Click Import. Call Center Import appears.
- Click Choose File. An Open dialog box appears.
- Locate and select the call center definition XML file that you created in step 1. Click Import.
...
- Click Edit.
When you first install Vonage Contact Center into Salesforce, the item labelled CTI Adapter URL contains
https://***.cc.vonage.com/CallCentre/ServiceCloud/AgentInterface
. Replace *** with the correct subdomain for your region:
For example, if you are in the EMEA region, set CTI Adapter URL toInsert excerpt _ExcerptVCCRegions _ExcerptVCCRegions nopanel true https://emea.cc.vonage.com/CallCentre/ServiceCloud/AgentInterface
.Info Optionally, add the account parameter to the URL to specify the account you want to log in to. This will ensure that account-specific single sign-on options are available. For example,
https://emea.cc.vonage.com/CallCentre/ServiceCloud/AgentInterface?account=myVCCaccount
.- Click Save.