Skip to main content

VoiceMailEmail

When the email sending option for voicemail is enabled, the VoiceMailEmail event is triggered after the email is sent successfully or unsuccessfully.

Event Parameters

DescriptionDefined DataSample DataParameters
Event Name-VoiceMailEmailevent_name
Unique ID Generated-5fedc34a1b05af9835bbcfdcid
Voicemail Number-5555number
Send Status-FAILEDstate
--Hangup callmessage
Receiver Address-sample@gmail.comreceiver
--Trueactive
Audio File Attachment-Falseattached_file
--"data
Date of Audio File Upload to Call Center-2020-12-31 12:25:46.418832date

Sample Output of VoiceMailEmail Event

{
"event_name": "VoiceMailEmail",
"id": "5fedc34a1b05af9835bbcfdc",
"number": "5555",
"state": "FAILED",
"date": "2020-12-31 12:25:46.418832",
"message": "Hangup call",
"receiver": "sample@gmail.com",
"active": "true",
"attached_file": "False"
}
{
"event_name": "VoiceMailEmail",
"id": "5fedc3b31b05af9835bbcfdd",
"number": "5555",
"state": "SUCCESS",
"date": "2020-12-31 12:27:38.290333",
"receiver": "sample@gmail.com",
"active": "True",
"attached_file": "False"
}
{
"event_name": "VoiceMailEmail",
"id": "5fedc58c1b05af9835bbcfdf",
"number": "5555",
"state": "FAILED",
"date": "2020-12-31 12:35:29.731122",
"message": "SMTP is disabled",
"receiver": "sample@gmail.com",
"active": "True",
"attached_file": "False"
}
{
"event_name": "VoiceMailEmail",
"id": "5fedc6001b05af9835bbcfe1",
"number": "5555",
"state": "FAILED",
"date": "2020-12-31 12:37:34.461816",
"message": "(535, b Incorrect authentication data)",
"receiver": "sample@gmail.com",
"active": "True",
"attached_file": "False"
}