From 1ef84b41dbe7f9ce6ad0f8195ba51fe327b564c0 Mon Sep 17 00:00:00 2001 From: Marc <97827744+marcmlc@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:13:15 +0000 Subject: [PATCH] Add message_id field to Email Message Metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change adds the message_id field to the email_message_metadata schema in the Unstable API specification. The message_id represents the unique identifier for email messages as specified in the Message-ID header. Related to: https://github.com/intercom/intercom/pull/451238 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- 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 af8126c..0315981 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -20091,6 +20091,11 @@ components: description: A list of an email address headers. items: "$ref": "#/components/schemas/email_address_header" + message_id: + type: string + nullable: true + description: The unique identifier for the email message as specified in the Message-ID header + example: "" metadata: "$ref": "#/components/schemas/conversation_part_metadata" conversation_attribute_updated_by_workflow: