McDewey

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

Page 249

↗ View in doc context
page
249
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::215

PUT /vmrest/voicefiles/6f9c6d05-42e5-48e3-8d07-204250af320d.wav Step 3: Take the name of the WAV file and do a PUT request on the private list whose voice name you want to set: PUT /vmrest/users/<user object id>/privatelists/<private list object id> <?xml version="1.0" encoding="UTF-8"?> <PrivateList> <VoiceName>6ce746b7-d775-4bc4-9d19-8b6a55b9461d.wav</VoiceName> </PrivateList> The voice name can always be retrieved through the voice name URI, it will return the audio of the greeting as an "audio/wav" media type: GET /vmrest/voicefiles/6f9c6d05-42e5-48e3-8d07-204250af320d.wav Cisco Unity Connection Provisioning Interface (CUPI) API -- SMTP Proxy Addresses About SMTP Proxy Addresses This page contains information on how to use the API to list SMTP Proxy Addresses. Listing and Viewing The following is an example of a GET that lists all <element name>: GET http://<connection-server>/vmrest/smtpproxyaddresses The following is the response from the above GET request: Cisco Unity Connection Provisioning Interface (CUPI) API 217 Cisco Unity Connection Provisioning Interface (CUPI) API for User Account Settings Cisco Unity Connection Provisioning Interface (CUPI) API -- SMTP Proxy Addresses