Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
Voicemails & Mailboxes
Storefronts
Customer Management
VoIP Bundle (Subscriptions)
SIP Account Management
Audio Management
Phone Numbers & Call Routing
Phone Calls & CDR Data
VoIP Phone Short Code
eFax Management
Voicemails & Mailboxes
Caller ID
SIP Trunks
Wallboard Statistics
VoIP Phone Provisioning
Call Queueing
Phone Books
VoIP Phone Speed Dial
Text (SMS) Messaging
Email Recipients receive email notifications when a voicemail is left on their Mailbox
Become a ResellerFilter:
* You will be charged every time this command is run.
Gets all email recipients for a Mailbox
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the Mailbox to be queried
200 Response
{
"result" : [
{
"created_on" : "2023-03-23",
"updated_on" : "2023-03-23",
"uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
}
],
"status_code" : 200,
"status_message" : "OK"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Gets the details for a specific email recipient
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
mailbox_uuid
String
True
The UUID of the Mailbox to be queried
recipient_uuid
String
True
The UUID of the Email Recipient to be queried
200 Response
{
"result" : {
"created_on" : "2023-03-23",
"updated_on" : "2023-03-23",
"uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
},
"status_code" : 200,
"status_message" : "OK"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Creates a new email recipient for a mailbox
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the Mailbox to be queried
201 Response
{
"result" : {
"created_on" : "2023-03-23",
"uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
},
"status_code" : 201,
"status_message" : "Created"
}
400 Response
{
"result" : {},
"status_code" : 400,
"status_message" : "Bad Request"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Deletes an email recipient from a mailbox
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
mailbox_uuid
String
True
The UUID of the Mailbox to be queried
recipient_uuid
String
True
The UUID of the Email Recipient to be deleted
204 Response
{
"result" : {},
"status_code" : 204,
"status_message" : "No Content"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}