These docs are for v2.11. Click to read the latest docs for v2.12.

Update Voicemail

Update a Voicemail.

Notes

label

Name/Label of the Voicemail box.

access_id

1 to 6 digit access id to access a voicemail box.

access_pin

1 to 6 digit access pin to access a voicemail box.

email_preference

Voicemail messages can be delivered to an email address. Delivery of the messages depends on the email preference. Email preference can be:

  • OnDemand - Default option. Messages won't be delivered to an email unless it is asked.
  • Notification - Only notification of the message will be sent to an email address.
  • Message - Message audio file will be sent to an email address.

email

Email address for the email delivery of voicemail messages.

delete_emailed_messages

Delete emailed messages from voicemail box or not. It is advisable to keep this option true.

Sample Response

{
  "voicemail": {
    "id": "VM1212121211",
    "label": "Test VM 1",
    "access_id": "1111",
    "access_pin": "1111",
    "email_preference": "Notification",
    "email": "[email protected]",
    "delete_emailed_messages": true,
    "active": true
  }
}

Response Properties

PropertyTypeDescription
voicemailobjectVoicemail
Language
Credentials
Header
Click Try It! to start a request and see the response here!