/mcpDescription Event Type This event is sent when a message is marked as unread in the Inbox folder. UNREAD_MESSAGE This event is sent when a message is deleted from the Inbox folder. DELETED_MESSAGE This event is sent when a message is hard deleted from the Deleted folder or from the Inbox folder. DELETED_MESSAGE_DELETE This event is sent when a new message arrives in the Deleted folder. DELETED_MESSAGE_CREATE This event is sent when a message is marked as read in the Deleted folder. DELETED_MESSAGE_READ This event is sent when a message is marked as unread in the Deleted folder. DELETED_MESSAGE_UNREAD This event is sent when a message is marked as undeleted from the Deleted folder DELETED_MESSAGE_UNDELETE This event is sent when transcribed message arrives on web clients. TRANSCRIPTION_NEW_MESSAGE Example This is an example of an event xml. Please note that it is valid to have more than one messageInfo per messageEvent: <?xml version="1.0" ?> <messageEvent subscriptionId="00bdcfd3-159a-48d3-ac7b-2f3b4f83db6c" eventType="SAVED_MESSAGE" eventTime="11:15:40 PM 10/30/2008" mailboxId="abell" displayName="Alexander Bell" USN="2265"> <messageInfo messageId="72204bd7-e5c3-446e-adb6-ae5f80db26fb" receiveTime="04:15:40 PM 10/30/2008" uid="543" msgType="Voice" priority="Normal-Priority" sender="null" callerAni="null" /> </messageEvent> After receiving notifications from CUNI API, if user want to perform messaging operations, then refer "Inbox Folder Operations" section of "Cisco Unity Connection Messaging Interface (CUMI) API -- Using the CUMI API" chapter of Cisco Unity Connection Messaging Interface (CUMI) API Guide available at https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/REST-API/CUMI_API/b_CUMI-API.html Cisco Unity Connection Notification Interface (CUNI) API 7 Cisco Unity Connection Notification Interface (CUNI) API -- Subscribing to and Processing Notification Events Processing Notification Events