From 55375bcb4d61c9aa6a6c30eedfa2ffae7b2f2711 Mon Sep 17 00:00:00 2001 From: lucassanderson-cmd Date: Wed, 15 Jul 2026 11:00:07 -0500 Subject: [PATCH 1/2] docs: add skip_unsnooze to admin_reply_conversation_request schema (Preview) Co-Authored-By: Claude Sonnet 4.6 --- descriptions/0/api.intercom.io.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 9d838f7..e27ffd9 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -25227,6 +25227,11 @@ components: items: "$ref": "#/components/schemas/conversation_attachment_files" maxItems: 10 + skip_unsnooze: + type: boolean + description: When true, prevents the reply from waking a snoozed conversation. + The part is still created and visible in the conversation thread. + example: true required: - message_type - type From e54c63bf842fe58503401bf436114b850c0c66d3 Mon Sep 17 00:00:00 2001 From: lucassanderson-cmd Date: Wed, 15 Jul 2026 13:15:31 -0500 Subject: [PATCH 2/2] docs: clarify skip_unsnooze applies to comment and note types Co-Authored-By: Claude Sonnet 4.6 --- descriptions/0/api.intercom.io.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index e27ffd9..9191cf3 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -25230,7 +25230,8 @@ components: skip_unsnooze: type: boolean description: When true, prevents the reply from waking a snoozed conversation. - The part is still created and visible in the conversation thread. + Applies to 'comment' and 'note' message types. The part is still created + and visible in the conversation thread. example: true required: - message_type