Apply a greeting as voicemail
Applies a given greeting as the current available greeting for voicemails
Try this request in your browser
URL
https://connectapi.dial9.co.uk/api/v2/voicemail_boxes/apply_greeting
Access
Must be authenticated as a user or API token.
If not authorised, a AccessDenied
error will be returned.
Parameters
Parameter | Type | Default |
---|---|---|
id Required The ID of the voicemail box |
Integer | null |
greeting_id Required The ID of the greeting/uploaded file to apply |
Integer | null |
Errors
Error | Attributes |
---|---|
VoicemailBoxNotFound No voicemail box was found given the ID provided |
|
NoAccessToVoicemailBox Your authenticated identity is not permitted to access this voicemail box |
|
GreetingNotFound No greeting was found with the given ID |
|
GreetingNotReady The selected greeting is not ready yet. Try again later. |
Response Data
This action will return a uploaded file structure.
You'll receive all attributes for this structure (basic and extended attributes).