From 10c7eb408b79810fd35baeaea4476ed62c2d0363 Mon Sep 17 00:00:00 2001 From: Varshini Suresh Date: Fri, 21 Aug 2026 13:18:23 +0100 Subject: [PATCH] Document skip_notifications on the Preview conversation reply schema Co-Authored-By: Claude Opus 5 (1M context) --- descriptions/0/api.intercom.io.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 115d911..4399dd8 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -27022,6 +27022,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 skip_unsnooze: type: boolean description: When true, prevents the reply from waking a snoozed conversation.