Skip to content

Commit 01fd4a4

Browse files
markdennis22claude
andcommitted
Add skip_notifications to conversations reply endpoint
Adds support for the skip_notifications parameter on the Conversations API reply endpoint (POST /conversations/{id}/reply) in the unstable 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 01fd4a4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7394,7 +7394,15 @@ paths:
73947394
content:
73957395
application/json:
73967396
schema:
7397-
"$ref": "#/components/schemas/reply_conversation_request"
7397+
oneOf:
7398+
- "$ref": "#/components/schemas/contact_reply_conversation_request"
7399+
- "$ref": "#/components/schemas/admin_reply_conversation_request"
7400+
properties:
7401+
skip_notifications:
7402+
type: boolean
7403+
description: Option to disable notifications when replying to a
7404+
conversation.
7405+
example: true
73987406
examples:
73997407
user_reply:
74007408
summary: User reply

0 commit comments

Comments
 (0)