<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Webex Calling API - Get Voicemail Recording in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-api-get-voicemail-recording/m-p/5547829#M4791</link>
    <description>&lt;P&gt;Our company is grappling with this same shortcoming. I submitted the feature request a few weeks ago on the Community Feedback site that&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;&amp;nbsp; shared. Please visit the site and search for WXCUST-I-19733 and add your vote to Webex Calling voicemail - Administrator download&lt;/P&gt;&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2026 20:19:40 GMT</pubDate>
    <dc:creator>simple5520</dc:creator>
    <dc:date>2026-04-23T20:19:40Z</dc:date>
    <item>
      <title>Webex Calling API - Get Voicemail Recording</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-api-get-voicemail-recording/m-p/5364608#M4688</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I’m currently integrating &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Webex Calling voicemails&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; into our internal CRM and I can list and manage voicemail messages via the Calling APIs (e.g. mark as read), but I can’t find any API to actually &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;retrieve/download the voicemail audio recording&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; for a specific message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;What I have so far:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;I can &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;list voicemail messages&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; using &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;List Messages&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A&gt;&lt;SPAN&gt;https://developer.webex.com/calling/docs/api/v1/user-call-settings-2-2/list-messages&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;I can also &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;mark voicemails as read&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; (e.g. &lt;/SPAN&gt;/telephony/voiceMessages/markAsRead&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;What I expected (but can’t find):&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;An endpoint like: “GET voicemail message recording by messageId” (or a media URL / attachment reference)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;What I tried / workaround:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;I found the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Converged Recordings&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; endpoint:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GET &lt;/SPAN&gt;&lt;SPAN&gt;/convergedRecordings&lt;/SPAN&gt;&lt;BR /&gt;&lt;A&gt;&lt;SPAN&gt;https://developer.webex.com/calling/docs/api/v1/converged-recordings/list-recordings&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Voicemail items appear there too, but the resulting recording often includes &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;my whole voicemail greeting at the beginning&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, which makes it annoying for users (and for transcription).&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;My questions:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;Is there an official &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;API endpoint&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; to fetch the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;voicemail recording audio file&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; (WAV/MP3/etc.) directly for a given voicemail message returned by &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;List Messages&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;If yes: how do you map from the voicemail &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt; (List Messages) to the downloadable media resource?&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;If no: is the expected approach to use &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;convergedRecordings&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; only? And is there a way to access the “raw” voicemail audio (without greeting), or is that simply not available via API?&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;SPAN&gt;Any guidance, documentation pointers, or example flows would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 09:45:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-calling-api-get-voicemail-recording/m-p/5364608#M4688</guid>
      <dc:creator>user405003</dc:creator>
      <dc:date>2026-01-23T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Calling API - Get Voicemail Recording</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-api-get-voicemail-recording/m-p/5364675#M4691</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1963112"&gt;@user405003&lt;/a&gt;&amp;nbsp;unfortunately right now the only way to get the voice message is through the&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;Converged Recordings&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;endpoint, that you have already found. There is no way to only get the message part without the greetings at this time, unfortunately. If you wish, you can open a feature request for the same here&amp;nbsp;&lt;A href="https://ciscocollabcustomer.ideas.aha.io/" target="_blank"&gt;https://ciscocollabcustomer.ideas.aha.io/&lt;/A&gt;&amp;nbsp;to let Product Management know of this demand.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 12:35:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-calling-api-get-voicemail-recording/m-p/5364675#M4691</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2026-01-23T12:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Calling API - Get Voicemail Recording</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-api-get-voicemail-recording/m-p/5547829#M4791</link>
      <description>&lt;P&gt;Our company is grappling with this same shortcoming. I submitted the feature request a few weeks ago on the Community Feedback site that&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;&amp;nbsp; shared. Please visit the site and search for WXCUST-I-19733 and add your vote to Webex Calling voicemail - Administrator download&lt;/P&gt;&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 20:19:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-calling-api-get-voicemail-recording/m-p/5547829#M4791</guid>
      <dc:creator>simple5520</dc:creator>
      <dc:date>2026-04-23T20:19:40Z</dc:date>
    </item>
  </channel>
</rss>

