/mcpAdding SMTP 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. <UserTemplateSmtpDevice> <DisplayName>SMTP</DisplayName> <SmtpAddress> a@cisco.com</SmtpAddress> <PhoneNumber>5656</PhoneNumber> </UserTemplateSmtpDevice> Response Code: 201 Modifying Notification Device The following is an example of the PUT request that modifies a Notification Device as represented by <objectId>: https://<connection_server>/vmrest/usertemplates/<objectId>/usertemplatenotificationdevices/<objectId> The following is an example of the response from the above PUT request and the actual response will depend upon the information given by you: <UserTemplatePhoneDevice> <Active>false</Active> <RepeatInterval>0</RepeatInterval> <RepeatNotify>true</RepeatNotify> <PhoneNumber>123456</PhoneNumber> <AfterDialDigits>11111</AfterDialDigits> <DialDelay>0</DialDelay> <RingsToWait>100</RingsToWait> <RetriesOnBusy>4</RetriesOnBusy> <RetriesOnRna>4</RetriesOnRna> <BusyRetryInterval>1</BusyRetryInterval> <RnaRetryInterval>100</RnaRetryInterval> <RetriesOnRna>100</RetriesOnRna> <MediaSwitchObjectId>1fb12b1c-cf14-4634-b73d-9b9c58ecdf68</MediaSwitchObjectId> <PromptForId>false</PromptForId> <EventList>NewUrgentFax,UrgentDispatchMessage</EventList> </UserTemplatePhoneDevice> Response Code: 204 Deleting a New Notification Device The following is an example of the DELETE request that deletes a Notification Device as represented by <notificationdeviceid>: https://<connection_server>/vmrest/usertemplates/<objectId>/usertemplatenotificationdevices/<objectId> Cisco Unity Connection Provisioning Interface (CUPI) API 388 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Settings Adding SMTP Notification Device