From ad03642786ac72b8a10c396a6bd4c6b1a8a90bf2 Mon Sep 17 00:00:00 2001 From: Marc <97827744+marcmlc@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:19:13 +0100 Subject: [PATCH] Preview: note link-URL preservation in display_as=plaintext Inline links in plaintext conversation body/subject now render as label (url) on Preview. Companion to intercom/intercom#531304. Co-Authored-By: Claude Opus 4.8 (1M context) --- descriptions/0/api.intercom.io.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 3e80ce6..b82e65e 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -10749,7 +10749,7 @@ paths: - name: display_as in: query required: false - description: Set to plaintext to retrieve conversation messages in plain text. This affects both the body and subject fields. + description: Set to plaintext to retrieve conversation messages in plain text. This affects both the body and subject fields. Inline links are rendered as `label (url)`, preserving the link URL alongside the visible text. example: plaintext schema: type: string @@ -11250,7 +11250,7 @@ paths: - name: display_as in: query required: false - description: Set to plaintext to retrieve conversation messages in plain text. This affects both the body and subject fields. + description: Set to plaintext to retrieve conversation messages in plain text. This affects both the body and subject fields. Inline links are rendered as `label (url)`, preserving the link URL alongside the visible text. example: plaintext schema: type: string