/mcpC H A P T E R 9 Cisco Unity Connection Messaging Interface (CUMI) API -- Using the CUMI API for Broadcast Messages • About Broadcast Messages , on page 33 • Sending Broadcast Messages Reference, on page 33 About Broadcast Messages Broadcast messages are system-owned messages that are meant to be heard by all users. The target user is either the signed-in user or the user specified by an administrator by using the optional "userobjectid=<user object id>" parameter. Description Method URI Returns a list of broadcast messages that are active and have not yet been heard by the user. GET mailbox/broadcastmessages Returns the broadcast message voice file. GET mailbox/broadcastmessages/<message id>/voicefile Marks the broadcast message as heard by the target user. POST mailbox/broadcastmessages/<message id>?read Sends a broadcast message (see below). POST mailbox/broadcastmessages • Sending Broadcast Messages Reference A broadcast message can be sent by a POST request to the URI noted in the table above. The content of the request is "mutipart/form-data". There must be two pieces of data in the request in the following order: 1. A broadcast message in either "application/xml" or "application/json" format. Cisco Unity Connection Messaging Interface (CUMI) API 33
