Create Voicemail Account

/inbox/create

Full Url

Arguments

  • token (string, required)
  • name (string, required)
  • inbox_number (int, required)
  • pin (int(4), required)
  • transcribe (enum('yes', 'no'), required)

Info

Create a voicemail account / inbox you can assign to DIDs

Example Success

{
"code": 200,
"status": "success",
"data": "Successfully created voicemail inbox"
}

Example Error

{
"code": 500,
"status": "error",
"data": "Could not create voicemail inbox"
}
{
"code": 400,
"status": "error",
"data": "Please enter a 4 digit pin"
}