Apply a greeting as voicemail

Applies a given greeting as the current available greeting for voicemails

Try this request in your browser

/api/ /voicemail_boxes/apply_greeting

Headers

X-Auth-App
X-Auth-Token
X-Auth-Secret
X-Auth-Extension
X-Auth-Password
X-Proxy-Auth-Token
X-Proxy-Auth-Secret

Parameters

id Integer
greeting_id Integer

The request output will be shown here...

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

  • id

    The provided ID

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).