McDewey

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

Page 544

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

PUT https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/menuentries/<key> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MenuEntry> <Action>2</Action> <TargetConversation>AD</TargetConversation> <TargetHandlerObjectId>object id of directory handler</TargetHandlerObjectId> </MenuEntry> The TargetConversation should be set to AD. The TargetHandlerObjectId is the object ID of the directory handler that you want to the caller input key to go to. Transfer to the Broadcast Message Administrator Conversation To transfer a caller to the Broadcast Message Administrator conversation, do the following PUT request: PUT https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/menuentries/<key> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MenuEntry> <Action>2</Action> <TargetConversation>BroadcastMessageAdministrator</TargetConversation> </MenuEntry> Transfer to the Caller System Transfer Conversation To transfer a caller to the Caller System Transfer conversation, do the following PUT request: PUT https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/menuentries/<key> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MenuEntry> <Action>2</Action> <TargetConversation>SystemTransfer</TargetConversation> </MenuEntry> Transfer to the Greetings Administrator Conversation To transfer a caller to the Greetings Administrator conversation, do the following PUT request: PUT https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/menuentries/<key> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MenuEntry> <Action>2</Action> <TargetConversation>GreetingsAdministrator</TargetConversation> </MenuEntry> Transfer to the Sign-In Conversation To transfer a caller to the sign-in conversation, do the following PUT request: PUT https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/menuentries/<key> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MenuEntry> <Action>2</Action> <TargetConversation>SubSignIn</TargetConversation> </MenuEntry> Cisco Unity Connection Provisioning Interface (CUPI) API 512 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Settings Transfer to the Broadcast Message Administrator Conversation