From b1107a6b1899574570aea8da97b032805833d071 Mon Sep 17 00:00:00 2001 From: Mark Dennis Date: Thu, 12 Feb 2026 12:10:51 +0000 Subject: [PATCH] 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 --- descriptions/2.15/api.intercom.io.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 8d6f1ec..7be6422 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -15107,6 +15107,10 @@ components: items: "$ref": "#/components/schemas/conversation_attachment_files" maxItems: 10 + skip_notifications: + type: boolean + description: Option to disable notifications when replying to a conversation. + example: true required: - message_type - type