Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions descriptions/2.15/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<p>Okay!</p>"
created_at:
type: integer
Expand Down Expand Up @@ -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: "<p>Hey there!</p>"
author:
"$ref": "#/components/schemas/conversation_part_author"
Expand Down