From 764595db70f8b98ac0e1e9eaa47321bd86eaa6cb Mon Sep 17 00:00:00 2001 From: Varshini Suresh Date: Tue, 30 Jun 2026 23:07:14 +0100 Subject: [PATCH 1/2] Add attachment_files to admin ticket reply request Co-Authored-By: Claude Sonnet 4.6 (1M context) --- descriptions/0/api.intercom.io.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 3e80ce6..e0fee6c 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -24829,6 +24829,13 @@ components: type: string format: uri maxItems: 10 + attachment_files: + type: array + description: A list of files that will be added as attachments. You can + include up to 10 files + items: + "$ref": "#/components/schemas/conversation_attachment_files" + maxItems: 10 cross_post: type: boolean description: If set to true, the note will be cross-posted to all linked From a77984fd0dbf4f0119acf4ab9aef48078e5229e3 Mon Sep 17 00:00:00 2001 From: Varshini Suresh Date: Wed, 1 Jul 2026 12:00:07 +0100 Subject: [PATCH 2/2] Add attachment_files precedence note to YAML description Co-Authored-By: Claude Sonnet 4.6 (1M context) --- 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 e0fee6c..f85cd85 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -24832,7 +24832,8 @@ components: attachment_files: type: array description: A list of files that will be added as attachments. You can - include up to 10 files + include up to 10 files. If both attachment_files and attachment_urls are + provided, attachment_files takes precedence. items: "$ref": "#/components/schemas/conversation_attachment_files" maxItems: 10