Skip to content

Commit b1107a6

Browse files
markdennis22claude
andcommitted
Add skip_notifications to conversations reply endpoint (v2.15)
Adds support for the skip_notifications parameter on the Conversations API reply endpoint (POST /conversations/{id}/reply) in the v2.15 spec. This brings parity with the Tickets API which already supports this parameter. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c001741 commit b1107a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

descriptions/2.15/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15107,6 +15107,10 @@ components:
1510715107
items:
1510815108
"$ref": "#/components/schemas/conversation_attachment_files"
1510915109
maxItems: 10
15110+
skip_notifications:
15111+
type: boolean
15112+
description: Option to disable notifications when replying to a conversation.
15113+
example: true
1511015114
required:
1511115115
- message_type
1511215116
- type

0 commit comments

Comments
 (0)