Skip to content

Commit 3d25b45

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 3d25b45

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15723,6 +15723,10 @@ components:
1572315723
items:
1572415724
"$ref": "#/components/schemas/conversation_attachment_files"
1572515725
maxItems: 10
15726+
skip_notifications:
15727+
type: boolean
15728+
description: Option to disable notifications when replying to a conversation.
15729+
example: true
1572615730
required:
1572715731
- message_type
1572815732
- type

0 commit comments

Comments
 (0)