ghl_conversation_get_message_transcription
Retrieve the transcription of a recorded message by providing the location ID and message ID. This enables access to call or voice message transcripts.
Instructions
Get transcription by Message ID Get the recording transcription for a message by passing the message id Endpoint: GET /conversations/locations/{locationId}/messages/{messageId}/transcription (Version header: v3; source: v3/conversations-v3.json) OAuth scopes: conversations/message.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | Message ID as string | |
| locationId | Yes | Location ID as string |