McDewey

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

Page 419

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

• Adding SMTP Notification Device • Adding Pager Notification Device Adding Pager Notification Device The following is an example of the POST request that adds a Pager Notification Device: https://<connection_server>/vmrest/usertemplates/<objectId>/notificationdevices/<objectId> The actual response will depend upon the information given by you. <UserTemplatePagerDevice> <DisplayName>pager1</DisplayName> <MediaSwitchObjectId>2b6324a2-d66f-4f25-9572-decf88c9a0b7</MediaSwitchObjectId> <PhoneNumber>5656</PhoneNumber> </UserTemplatePagerDevice> Response Code: 201 Adding Phone Notification Device The following is an example of the POST request that adds a Phone Notification Device: https://<connection_server>/vmrest/usertemplates/<objectId>/notificationdevices/<objectId> The actual response will depend upon the information given by you. <UserTemplatePhoneDevice> <DisplayName>pager1</DisplayName> <MediaSwitchObjectId>2b6324a2-d66f-4f25-9572-decf88c9a0b7</MediaSwitchObjectId> <PhoneNumber>5656</PhoneNumber> </UserTemplatePhoneDevice> Response Code: 201 Adding HTML Notification Device The following is an example of the POST request that adds a HTML Notification Device: https://<connection_server>/vmrest/usertemplates/<objectId>/notificationdevices/<objectId> The actual response will depend upon the information given by you. <UserTemplateHtmlDevice> <DisplayName>Html</DisplayName> < SmtpAddress> a@cisco.com</SmtpAddress> <CallbackNumber>1111</CallbackNumber> </UserTemplateHtmlDevice> Response Code: 201 Cisco Unity Connection Provisioning Interface (CUPI) API 387 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Settings Adding Pager Notification Device