FoneStorm voicemail object representing an account resource in the object store.
{
"id": "VM1212121212",
"label": "Test VM",
"access_id": "1111",
"access_pin": "1111",
"email_preference": "OnDemand",
"email": "[email protected]",
"delete_emailed_messages": true,
"active": true
}Response Properties
| Property | Type | Description |
|---|---|---|
| id | string | Voicemail ID |
| label | string | Name/Label for Voicemail |
| access_id | string | 1 to 6 digit access id |
| access_pin | string | 1 to 6 digit access pin |
| email_preference | string | One of the Email preference - Message, Notification or OnDemand |
| string | Email address for sending voicemail messages | |
| delete_emailed_messages | boolean | Delete emailed message or not |
| active | boolean | Voicemail box is active or not |