ghl_conversation_download_message_transcription
Download a message recording's transcription as a text file by providing its location ID and message ID.
Instructions
Response is NOT JSON — returns the transcription as a text/plain file download (Content-Disposition: attachment; filename="transcription.txt") per the spec's response headers, distinct from GET .../transcription (no /download) which returns a normal JSON object. Download transcription by Message ID Download the recording transcription for a message by passing the message id Endpoint: GET /conversations/locations/{locationId}/messages/{messageId}/transcription/download (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 |