From 381774576e86ddce204279c15478bd840813f453 Mon Sep 17 00:00:00 2001 From: ellicenelson Date: Mon, 13 Apr 2026 16:44:50 +0100 Subject: [PATCH] Docs: add missing subject field to create conversation request schema The subject field has always been accepted by POST /conversations but was never documented in the create_conversation_request schema. This corrects the omission across all API versions. Closes intercom/intercom#435569 Co-Authored-By: Claude Opus 4.6 (1M context) --- descriptions/0/api.intercom.io.yaml | 4 ++++ descriptions/2.10/api.intercom.io.yaml | 4 ++++ descriptions/2.11/api.intercom.io.yaml | 4 ++++ descriptions/2.12/api.intercom.io.yaml | 4 ++++ descriptions/2.13/api.intercom.io.yaml | 4 ++++ descriptions/2.14/api.intercom.io.yaml | 4 ++++ descriptions/2.15/api.intercom.io.yaml | 4 ++++ descriptions/2.7/api.intercom.io.yaml | 4 ++++ descriptions/2.8/api.intercom.io.yaml | 4 ++++ descriptions/2.9/api.intercom.io.yaml | 4 ++++ 10 files changed, 40 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index a57139b..7ef512d 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -22064,6 +22064,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index 9a191b1..ca304f8 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -13761,6 +13761,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index 7c6ccb1..05ac17f 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -14570,6 +14570,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index 4b58432..50e2c69 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -14955,6 +14955,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index b5e8f99..9efab15 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -16295,6 +16295,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 19bb379..af5c5a8 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -17743,6 +17743,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 5dcf628..2bd584e 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -18470,6 +18470,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index 29f012f..ecac991 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -11842,6 +11842,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index 47fb48d..b6a0e44 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -11866,6 +11866,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index 3a454fa..c2c78eb 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -13046,6 +13046,10 @@ components: type: string description: The content of the message. HTML is not supported. example: Hello + subject: + type: string + description: The title of the email. Only applicable if the message type is email. + example: Thanks for everything attachment_urls: type: array description: A list of image URLs that will be added as attachments. You