Voicemail Received
This event is fired when a voicemail is received.
Parameters
Parameter | Type | Description |
---|---|---|
EventType | string | Has the value “voicemail_received” for this event |
call_id | string | Unique identifier of parent call where this message was received |
username | string | Username who received this voicemail |
from | string | E164 number this recording is from |
from_name | string | Name of caller, if present |
to | string | E164 number dialed when message was recorded |
date | datetime | ISO 8601 Formatted date string |
transcription | string | Automatic transcription text of the audio recording, if present |
url | string | Url where the recording can be downloaded from |
duration | integer | Recording duration, in seconds. |