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

Update Voicemail Messages

Update a Voicemail Message.

Notes

url

Voicemail message file url. Get Voicemail Messages API returns these URLs.

status

Status of the Voicemail message: New, Read or Delete.

Sample Response

{
  "voicemail": {
    "id": "VM1212121211",
    "label": "Test VM 1",
    "total_messages": 1,
    "messages": [{
      "caller_id":"3214991000",
      "caller_name":"3214991000 <FRACTEL>",
      "status": "Read",
      "length": 10,
      "url": "https://example.com/file.wav",
      "created_at": "06-01-2021 12:01:20",
      "read_at": "06-01-2021 12:10:30"
    }]
  }
}

Response Properties

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