FoneStorm Voicemail message object representing an account resource in the object store.
{
"id": "VM1212121212",
"label": "Test VM",
"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"
}]
}
Property | Type | Description |
---|
id | string | Voicemail box ID |
label | string | Name/Label for Voicemail box |
total_messages | number | Total number of messages in Voicemail box |
messages | array | Array of message objects |
Property | Type | Description |
---|
caller_id | string | Incoming call's caller id |
caller_name | string | Incoming call's caller id name |
status | string | Voicemail message status Read or New |
length | number | Length of the voicemail message in seconds |
url | string | Voicemail message sound file url |
created_at | date | Voicemail message created timestamp |
read_at | date | Voicemail message read timestamp |