Newer Version Available
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:
- Set partnerTransferDestinationsSupported to true in the partner ConversationVendorInfo record.
- 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:
- Set userSyncingSupported to true in the partner ConversationVendorInfo record.
- Implement the Apex interface service_cloud_voice.UserSyncing, and return a unique user ID from the partner system in UserSyncingResponse.