From 00c9b78ce03e7c579ed27d658a34a5379f5b5296 Mon Sep 17 00:00:00 2001 From: lauraintercom Date: Tue, 17 Feb 2026 15:51:54 +0000 Subject: [PATCH] Update conversation webhook field descriptions for v2.15+ plain text serialization Note that body and subject fields in conversation webhook payloads return plain text instead of HTML in API version 2.15+. Co-Authored-By: Claude Opus 4.6 --- descriptions/2.15/api.intercom.io.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 95302e1..89165f1 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -17543,7 +17543,8 @@ components: type: string nullable: true description: The message body, which may contain HTML. For Twitter, this - will show a generic message regarding why the body is obscured. + will show a generic message regarding why the body is obscured. In webhook + payloads for API version 2.15+, this field returns plain text. example: "

Okay!

" created_at: type: integer @@ -17775,12 +17776,14 @@ components: subject: type: string description: Optional. The message subject. For Twitter, this will show - a generic message regarding why the subject is obscured. + a generic message regarding why the subject is obscured. In webhook + payloads for API version 2.15+, this field returns plain text. example: '' body: type: string description: The message body, which may contain HTML. For Twitter, this - will show a generic message regarding why the body is obscured. + will show a generic message regarding why the body is obscured. In webhook + payloads for API version 2.15+, this field returns plain text. example: "

Hey there!

" author: "$ref": "#/components/schemas/conversation_part_author"