Skip to content

Commit 196b76e

Browse files
marcmlcclaude
andauthored
Add message_id field to Email Message Metadata (#333)
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: intercom/intercom#451238 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent cd39113 commit 196b76e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20091,6 +20091,11 @@ components:
2009120091
description: A list of an email address headers.
2009220092
items:
2009320093
"$ref": "#/components/schemas/email_address_header"
20094+
message_id:
20095+
type: string
20096+
nullable: true
20097+
description: The unique identifier for the email message as specified in the Message-ID header
20098+
example: "<[email protected]>"
2009420099
metadata:
2009520100
"$ref": "#/components/schemas/conversation_part_metadata"
2009620101
conversation_attribute_updated_by_workflow:

0 commit comments

Comments
 (0)