From 5362fd91669005a7a6d5341fe01dcb3ef30f98a3 Mon Sep 17 00:00:00 2001 From: Pushkar Date: Wed, 20 May 2026 15:02:59 -0700 Subject: [PATCH 1/2] feat(cjm): add messageInteraction tags and label to messaging-channel-context --- .../messaging-channel-context.schema.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/extensions/adobe/experience/customerJourneyManagement/messaging-channel-context.schema.json b/extensions/adobe/experience/customerJourneyManagement/messaging-channel-context.schema.json index 459b9667b..2b909fbcb 100644 --- a/extensions/adobe/experience/customerJourneyManagement/messaging-channel-context.schema.json +++ b/extensions/adobe/experience/customerJourneyManagement/messaging-channel-context.schema.json @@ -241,6 +241,19 @@ "title": "Flow Response", "type": "string", "description": "JSON string containing the form field values submitted by the user through a WhatsApp Flow" + }, + "https://ns.adobe.com/experience/customerJourneyManagement/messageInteraction/tags": { + "title": "Tags", + "type": "array", + "items": { + "type": "string" + }, + "description": "Tags associated with the inbound messaging interaction, e.g. inbound message text, keyword category, and source" + }, + "https://ns.adobe.com/experience/customerJourneyManagement/messageInteraction/label": { + "title": "Label", + "type": "string", + "description": "Label identifying the category of the inbound interaction, e.g. the matched keyword type" } } } From fc41a8ad54098adb7a7d67cde60a3f0aeba72aa7 Mon Sep 17 00:00:00 2001 From: Pushkar Kalamkar Date: Thu, 21 May 2026 10:07:42 -0700 Subject: [PATCH 2/2] Update messaging-channel-context.schema.json --- .../messaging-channel-context.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/adobe/experience/customerJourneyManagement/messaging-channel-context.schema.json b/extensions/adobe/experience/customerJourneyManagement/messaging-channel-context.schema.json index 2b909fbcb..ffb861c19 100644 --- a/extensions/adobe/experience/customerJourneyManagement/messaging-channel-context.schema.json +++ b/extensions/adobe/experience/customerJourneyManagement/messaging-channel-context.schema.json @@ -8,7 +8,7 @@ "$id": "https://ns.adobe.com/experience/customerJourneyManagement/messagingChannelContext", "$schema": "http://json-schema.org/draft-06/schema#", "title": "Adobe CJM ExperienceEvent - Messaging Channel Context", - "description": "SMS and WhatsApp channel context for inbound and tracking events. Captures channel-specific fields including inbound message details, delivery feedback status, and WhatsApp-specific interaction and Flows submission data.", + "description": "SMS and WhatsApp channel context for inbound and tracking events. Captures channel-specific fields including inbound message details and WhatsApp-specific interaction.", "type": "object", "meta:extensible": true, "meta:abstract": true,