From 28cbe6992226f0bbe0c23a52207862547867414e Mon Sep 17 00:00:00 2001 From: Marc <97827744+marcmlc@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:20:25 +0100 Subject: [PATCH] Add include_translations parameter to GET conversation endpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added optional query parameter to retrieve conversation endpoint in unstable API version to enable translation of conversation parts to the detected conversation language. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- descriptions/0/api.intercom.io.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index af62e2d..c5029e4 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -5655,6 +5655,13 @@ paths: example: plaintext schema: type: string + - name: include_translations + in: query + required: false + description: If set to true, conversation parts will be translated to the detected language of the conversation. + example: true + schema: + type: boolean tags: - Conversations operationId: retrieveConversation