Skip to content

Commit 6c03c08

Browse files
lauraintercomlauraintercomclaude
authored
Update conversation webhook field descriptions for v2.15+ plain text serialization (#373)
Note that body and subject fields in conversation webhook payloads return plain text instead of HTML in API version 2.15+. Co-authored-by: lauraintercom <laura.owens@intercom.io> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1c14a2a commit 6c03c08

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

descriptions/2.15/api.intercom.io.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17543,7 +17543,8 @@ components:
1754317543
type: string
1754417544
nullable: true
1754517545
description: The message body, which may contain HTML. For Twitter, this
17546-
will show a generic message regarding why the body is obscured.
17546+
will show a generic message regarding why the body is obscured. In webhook
17547+
payloads for API version 2.15+, this field returns plain text.
1754717548
example: "<p>Okay!</p>"
1754817549
created_at:
1754917550
type: integer
@@ -17775,12 +17776,14 @@ components:
1777517776
subject:
1777617777
type: string
1777717778
description: Optional. The message subject. For Twitter, this will show
17778-
a generic message regarding why the subject is obscured.
17779+
a generic message regarding why the subject is obscured. In webhook
17780+
payloads for API version 2.15+, this field returns plain text.
1777917781
example: ''
1778017782
body:
1778117783
type: string
1778217784
description: The message body, which may contain HTML. For Twitter, this
17783-
will show a generic message regarding why the body is obscured.
17785+
will show a generic message regarding why the body is obscured. In webhook
17786+
payloads for API version 2.15+, this field returns plain text.
1778417787
example: "<p>Hey there!</p>"
1778517788
author:
1778617789
"$ref": "#/components/schemas/conversation_part_author"

0 commit comments

Comments
 (0)