Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@
"duplicate",
"denylist",
"delivered",
"unknown"
"unknown",
"read"
],
"meta:enum": {
"error": "Message processing failed",
Expand All @@ -216,7 +217,8 @@
"duplicate": "Duplicate message skipped",
"denylist": "Invalid destination skipped",
"delivered": "Message Delivered",
"unknown": "Unknown feedback status"
"unknown": "Unknown feedback status",
"read": "Message read"
}
},
"xdm:providerFeedbackStatus": {
Expand All @@ -231,6 +233,15 @@
}
}
},
"https://ns.adobe.com/experience/customerJourneyManagement/smsChannelContext/metadata": {
"title": "SMS Metadata",
"type": "object",
"description": "A dynamic map of additional metadata key/value pairs associated with the SMS channel context.",
"meta:xdmType": "map",
"additionalProperties": {
"type": "string"
}
},
"https://ns.adobe.com/experience/customerJourneyManagement/whatsAppChannelContext/messageType": {
"title": "whatsApp Message Type",
"type": "string",
Expand Down Expand Up @@ -280,7 +291,8 @@
"duplicate",
"denylist",
"delivered",
"unknown"
"unknown",
"read"
],
"meta:enum": {
"error": "Message processing failed",
Expand All @@ -291,7 +303,8 @@
"duplicate": "Duplicate message skipped",
"denylist": "Invalid destination skipped",
"delivered": "Message Delivered",
"unknown": "Unknown feedback status"
"unknown": "Unknown feedback status",
"read": "Message read"
}
},
"xdm:providerFeedbackStatus": {
Expand Down Expand Up @@ -340,6 +353,15 @@
"title": "ID of the selected option from WhatsApp ",
"type": "string",
"description": "ID of the selected option from WhatsApp "
},
"https://ns.adobe.com/experience/customerJourneyManagement/whatsAppChannelContext/metadata": {
"title": "WhatsApp Metadata",
"type": "object",
"description": "A dynamic map of additional metadata key/value pairs associated with the WhatsApp channel context.",
"meta:xdmType": "map",
"additionalProperties": {
"type": "string"
}
}
}
}
Expand Down