Cisco Unity Connection Messaging Interface (CUMI) API
From DocWiki
Line 22: | Line 22: | ||
* Receiving notifications of new messages | * Receiving notifications of new messages | ||
+ | == How the documentation is organized == | ||
+ | [[Cisco Unity Connection Messaging Interface (CUMI) API| CUMI API Overview ]] | ||
+ | <br> | ||
+ | [[Cisco Unity Connection Messaging Interface (CUMI) API -- Using the CUMI API|Using the CUMI API for Mailboxes & Folders]] | ||
+ | <br> | ||
+ | [[Cisco Unity Connection Messaging Interface (CUMI) API -- Using the CUMI API for Sending Messages|Using the CUMI API for Sending Messages]] | ||
+ | <br> | ||
+ | [[Cisco Unity Connection Messaging Interface (CUMI) API -- Using the CUMI API for Sending Notifications|Using the CUMI API for Sending Notifications]] | ||
+ | <br> | ||
+ | [[Cisco Unity Connection Messaging Interface (CUMI) API -- Using the CUMI API for Broadcast Messages|Using the CUMI API for Broadcast Messages]] | ||
+ | <br> | ||
+ | [[Cisco Unity Connection Messaging Interface (CUMI) API -- HTTP Samples|HTTP Samples]] | ||
+ | <br> | ||
+ | [[Cisco Unity Connection Messaging Interface (CUMI) API -- Sending a Voice Message with One or More Attachments|Sending a Voice Message with One or More Attachments]] | ||
+ | <br> | ||
+ | [[Cisco Unity Connection Messaging Interface (CUMI) API -- Preventing Messages from Being Automatically Deleted (Investigative Hold)|Preventing Messages from Being Deleted (Investigative Hold)]] | ||
+ | | | ||
== Technical Details == | == Technical Details == | ||
Revision as of 05:46, 5 March 2012
Links to Other API pages: Cisco_Unity_Connection_APIs
Contents |
Introduction
The Cisco Unity Connection Messaging Interface (CUMI) is a messaging API for Cisco Unity Connection that has been designed to be stable and simple to use. It is based on leading industry standards for web-based API development, and provides access to a wide set of Connection messaging functionality.
If you are a customer or developer who needs the ability to integrate Connection into an existing enterprise-wide portal, CUMI offers a secure method for doing the following:
- Sending messages
- Receiving messages
- Replying to messages
- Sending broadcast messages (provided the user account is enabled to send broadcast messages)
- Sending dispatch messages
- Receiving notifications of new messages
How the documentation is organized
CUMI API Overview
Using the CUMI API for Mailboxes & Folders
Using the CUMI API for Sending Messages
Using the CUMI API for Sending Notifications
Using the CUMI API for Broadcast Messages
HTTP Samples
Sending a Voice Message with One or More Attachments
Preventing Messages from Being Deleted (Investigative Hold)
|
Technical Details
CUMI is a REST interface that standardizes operations such as add, delete, and modify. The XML comes with standard XML schema definitions that are annotated with information about what is in them.
As a web-based interface, CUMI is independent of operating system and programming language and does not require any client libraries to use.
Getting started
In order to begin developing with the Cisco Unity Connection CUMI API, you will need to obtain the following:
Hardware
- Cisco Media Convergence Server (MCS) for Cisco Unity Connection version 8.0 and later
- For detailed hardware requirements, see the Cisco Unity Connection 8.x Supported Platforms List
Software
- Cisco Unity Connection Software Ordering
- Not for Resale Kits (Must be eligible to purchase)
- Select Unified Communications System Release Kit
Discounts for some of the required hardware and software may be available for participants in the Cisco Technology Developer Program.
We recommend that all developers have an up-to-date Cisco Developer Services support agreement. This provides the developer with access to professional support and assistance for application development.
Other CUMI Resources
Additional information about CUMI is also available on the Cisco Developer Network (link to CDN). Note, however, that the documentation here on the DocWiki is the most up-to-date documentation available for CUMI.
To participate in the CUMI forum, see the CUMI forum on CDN.
Troubleshooting
See the following for information on troubleshooting all Connection APIs: