From c865bf9b82bfa749e499d63351d9f9aa49ce83a7 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 fa2d522..d332300 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -10952,7 +10952,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 @@ -11453,7 +11453,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