From 455f279117ef81b0455fe410c5051c89633e3c2b Mon Sep 17 00:00:00 2001 From: Mark Dennis Date: Thu, 19 Mar 2026 09:55:29 +0000 Subject: [PATCH 1/3] Add attachment_urls to create_conversation_request schema Co-Authored-By: Claude Opus 4.6 --- descriptions/2.15/api.intercom.io.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index a5e0405..e37088f 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -18282,6 +18282,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 created_at: type: integer format: date-time From 3b30647f0054a6e2266167e2469ac0cb6bdf877c Mon Sep 17 00:00:00 2001 From: Mark Dennis Date: Thu, 19 Mar 2026 11:53:29 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Add=20attachment=5Furls=20to=20create=5Fcon?= =?UTF-8?q?versation=5Frequest=20for=20versions=202.7=E2=80=932.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The backend has no version gate on attachment_urls, so it should be documented across all API versions, not just 2.15. Co-Authored-By: Claude Opus 4.6 --- descriptions/2.10/api.intercom.io.yaml | 8 ++++++++ descriptions/2.11/api.intercom.io.yaml | 8 ++++++++ descriptions/2.12/api.intercom.io.yaml | 8 ++++++++ descriptions/2.13/api.intercom.io.yaml | 8 ++++++++ descriptions/2.14/api.intercom.io.yaml | 8 ++++++++ descriptions/2.7/api.intercom.io.yaml | 8 ++++++++ descriptions/2.8/api.intercom.io.yaml | 8 ++++++++ descriptions/2.9/api.intercom.io.yaml | 8 ++++++++ 8 files changed, 64 insertions(+) diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index 6aefd5a..728d031 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -13639,6 +13639,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 required: - from - body diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index 1e39ea1..f8cfdba 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -14419,6 +14419,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 created_at: type: integer format: date-time diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index ce7531f..c4ec4c7 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -14731,6 +14731,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 created_at: type: integer format: date-time diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index aa56220..72f163b 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -16160,6 +16160,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 created_at: type: integer format: date-time diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index c5dd7e3..941b66b 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -17605,6 +17605,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 created_at: type: integer format: date-time diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index f9036d1..57b1b26 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -11735,6 +11735,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 required: - from - body diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index 4ef4916..f62b0f8 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -11759,6 +11759,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 required: - from - body diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index 92a7f16..93c43b0 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -12939,6 +12939,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 required: - from - body From 14701769a0e82b3b930070c68f894e8ee62e811d Mon Sep 17 00:00:00 2001 From: Mark Dennis Date: Thu, 19 Mar 2026 12:16:56 +0000 Subject: [PATCH 3/3] docs: Add attachment_urls to create_conversation_request in descriptions/0 Co-Authored-By: Claude Opus 4.6 --- descriptions/0/api.intercom.io.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 94dceb6..ceffc79 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -19283,6 +19283,14 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + attachment_urls: + type: array + description: A list of image URLs that will be added as attachments. You + can include up to 10 URLs. + items: + type: string + format: uri + maxItems: 10 created_at: type: integer format: date-time