Create Voicemail Account
/inbox/create
- token (string, required)
- name (string, required)
- inbox_number (int, required)
- pin (int(4), required)
- transcribe (
enum('yes', 'no')
, required)
Create a voicemail account / inbox you can assign to DIDs
{
"code": 200,
"status": "success",
"data": "Successfully created voicemail inbox"
}
{
"code": 500,
"status": "error",
"data": "Could not create voicemail inbox"
}
{
"code": 400,
"status": "error",
"data": "Please enter a 4 digit pin"
}