McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 37

↗ View in doc context
page
37
source
unity-connection/rest-api/cumi/cumi.md
chunk_id
unity-connection::rest-api::cumi::cumi::30

C H A P T E R 8 Cisco Unity Connection Messaging Interface (CUMI) API -- Dispatch Message Operations • About Dispatch Messages , on page 31 • Sending a Dispatch Message , on page 31 • Accepting or Rejecting a Dispatch Message , on page 31 About Dispatch Messages A Dispatch message is a message that needs to go to one and only one member of a group. When the message is accepted by any one user, it is no longer available to other users. When the message is rejected by a user in the group, it is removed from the user's voicemail list. • Sending a Dispatch Message Sending a Dispatch Message is very similar to sending any other CUMI Message. To sending a Dispatch message, a Boolean field (<Dispatch>) is set on the POST API call. <Dispatch>true</Dispatch> For more details on using the CUMI to send messages, refer here • Accepting or Rejecting a Dispatch Message A POST API call on the Message can be used to accept or reject a Dispatch message. POST /vmrest/messages/{messageObjectId}?method=accept POST /vmrest/messages/{messageObjectId}?method=reject Cisco Unity Connection Messaging Interface (CUMI) API 31

Image 1 from page 37