Service Cloud Voice Implementation Guide
Summer '26 (API version 67.0)
Spring '26 (API version 66.0)
Winter '26 (API version 65.0)
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Spring '21 (API version 51.0)
Winter '21 (API version 50.0)
Summer '20 (API version 49.0)
Overview
Pass Data from the IVR System
Link Case to Voice Call Record
Transfer to SMS in the IVR
Enable the Option to Request a Callback
Retry CTR Sync for Voice Call Records
Disable CTR Sync for Voice Call Records
Enable Voice Call Transfers Using Omni-Channel Flows and Amazon Connect
Refresh a Sandbox
Enable Voicemail Support
Set the Voice Call Record Type
Disable Call Recording
Enable the Voice Extension Page in Lightning App Builder
Examples from Amazon Connect
Connect API
Newer Version Available
CTR Sync with Amazon Connect
By default, Call Trace Record (CTR) data is automatically stored in Voice Call records,
allowing your Amazon Connect instance to stay in sync with Salesforce.
-
Retry CTR Sync for Voice Call Records
Typically, Call Trace Record (CTR) data is automatically stored in Voice Call records. However, there are occasions where this sync doesn’t occur, and it isn’t always possible to access CTR data in Amazon Connect after the call. This example shows you how to back up CTR data to a separate S3 bucket, then check for Voice Call records that don’t have CTR data, and then resync the CTR data to your org using the backup data. -
Disable CTR Sync for Voice Call Records
When a contact trace record is created in Amazon, the CTRDataSyncFunctionLambda Lambda function invokes the UpdateVoiceCallRecords function, synchronizing CTR data to a VoiceCall object. However, there are times when you don’t want to sync the CTR data between your Amazon Connect instance and Salesforce. For example, during a phased rollout, automatic synchronization can cause redundancies. In these cases, disable CTR sync.