The call voicemail object

The voicemail left on a phone call.

AttributeTypeDescription
uidstringPodium unique identifier for voicemail recording.
durationSecondsintegerLength of the voicemail in seconds.
recordingUrlstringSigned, short-lived URL to the audio. Fetch it when you need it; do not store it.
transcriptstringTranscript of the voicemail. null until transcription has completed.
{
  "uid": "00000000-0000-0000-0000-000000000000",
  "durationSeconds": 33,
  "recordingUrl": "https://www.podium.com/",
  "transcript": ""
}