Newer Version Available
Get Conversation Transcript Action
Gets a transcript for a voice or video call.
This action is available in API version 63.0 and later.
On invocation, this action gets the transcript for a voice or video call record.
Typical use cases include:
- Ground a customer-defined prompt template with a conversation transcript
- Automate updates to relevant records based on conversation data
Some considerations include:
- The transcript must be available in order to retrieve it.
- The user calling the action must have Read access to the voice or video call.
- Video calls can retrieve the initial raw vendor transcript, but voice calls can retrieve the processed transcript only.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/getConversationTranscript
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| recordId |
|
| transcriptType |
|
Outputs
| output | Details |
|---|---|
| structuredTranscript |
|
| unformattedTextTranscript |
|
Usage
- Sample Input
-
- Sample Output
-
For more information about this action, see Flow Core Actions: Get Conversation Transcript and Get Conversation Transcript Invocable Action in Salesforce Help.