PUT - User Voice Messaging Greetings
Modifies The User's Voice Messaging Greetings
Parameters
user_id (str): The User ID For The Voice Messaging Service Settings.
updates (dict): Formatted Data To Emplace In The Put Request.
Returns
None: This routine has no return type
How To Use:
my_api.voice_messaging.put_user_voice_messaging_greetings(
"UserID",
"Updates"
)
Example Body Data (Formatted)
{
"busyAnnouncementSelection": "Default",
"noAnswerAnnouncementSelection": "Default",
"noAnswerAlternateGreeting01": {
"name": "",
"audio": null
},
"noAnswerAlternateGreeting02": {
"name": "",
"audio": null
},
"noAnswerAlternateGreeting03": {
"name": "",
"audio": null
},
"extendedAwayEnabled": false,
"extendedAwayDisableMessageDeposit": true,
"noAnswerNumberOfRings": 3,
"disableMessageDeposit": false,
"disableMessageDepositAction": "Disconnect",
"userId": "[email protected]",
"busyPersonalAudio": null,
"noAnswerPersonalAudio": null,
"extendedAwayAudio": null
}
Last updated
Was this helpful?