Newer Version Available

This content describes an older version of this product. View Latest

Queue Mapping and Agent Mapping

This topic provides guidance on how to handle queue mapping and agent mapping.

Queue Mapping

Partners can provide a list of queues at runtime, which can be mapped by the admin to external queues in Salesforce using contact center UI. This mapping is used when a flow executes and returns a queue. In order to provide a list of queues for the UI, the partner package has to perform the following steps:

  1. Set partnerTransferDestinationsSupported to true in the partner ConversationVendorInfo record.
  2. Implement the Apex interface service_cloud_voice.TransferDestinationProvider.

Agent Mapping

Partners who support user syncing are able to support agent mapping in Salesforce. There’s currently no UI to see the agent mapping, but the mapping entries are stored in CallCenterRoutingMap in Salesforce. This mapping is used when a flow executes and returns an agent. In order to support agent mapping, the partner package has to perform the following steps:

  1. Set userSyncingSupported to true in the partner ConversationVendorInfo record.
  2. Implement the Apex interface service_cloud_voice.UserSyncing, and return a unique user ID from the partner system in UserSyncingResponse.