07-03-2018 07:10 AM
Is it possible to programmatically export a user's voicemails to WAVs or something similar? I looked through the API and nothing specifically jumped out at me, but I figured I would ask.
Thanks!
Solved! Go to Solution.
07-03-2018 11:11 AM
Messages are stored in email format (you can extract them as EML for instance) - you can get to the WAV attachments (forwarded messages will have several) as well as the transcription text if that feature is present.
The Message Archiver CLI tool is the easiest way to get folk's messages out as EML files - it includes the ability to keep track of messages downloaded already from a system and to do delta backups of just missing messages if you're looking at keeping archives of some or all messages for users. You can check it out here:
Connection Message Archiver Cli
If you extract messages via REST you can get the message parts (i.e. text and wav files) and download just those parts if you like. COBRAS and other backup tools use IMAP to login and pull messages (which is much faster for large message counts) and then stores them as EML files.
07-03-2018 11:11 AM
Messages are stored in email format (you can extract them as EML for instance) - you can get to the WAV attachments (forwarded messages will have several) as well as the transcription text if that feature is present.
The Message Archiver CLI tool is the easiest way to get folk's messages out as EML files - it includes the ability to keep track of messages downloaded already from a system and to do delta backups of just missing messages if you're looking at keeping archives of some or all messages for users. You can check it out here:
Connection Message Archiver Cli
If you extract messages via REST you can get the message parts (i.e. text and wav files) and download just those parts if you like. COBRAS and other backup tools use IMAP to login and pull messages (which is much faster for large message counts) and then stores them as EML files.
07-03-2018 11:29 AM
Excellent, thanks for the information!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide