The voicemail left on a phone call.
| Attribute | Type | Description |
|---|---|---|
| uid | string | Podium unique identifier for voicemail recording. |
| durationSeconds | integer | Length of the voicemail in seconds. |
| recordingUrl | string | Signed, short-lived URL to the audio. Fetch it when you need it; do not store it. |
| transcript | string | Transcript of the voicemail. null until transcription has completed. |
{
"uid": "00000000-0000-0000-0000-000000000000",
"durationSeconds": 33,
"recordingUrl": "https://www.podium.com/",
"transcript": ""
}