<?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: Fetching Call Recording Over API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1063342#M77832</link>
    <description>&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;I have the same problem. I don't want just the URL&amp;nbsp;&lt;A href="https://api-na1.hubspot.com/recording/auth/provider/hublets/v1/external-url-retriever/getAuthRecording/portal/5119927/engagement" target="_blank"&gt;https://api-na1.hubspot.com/recording/auth/provider/hublets/v1/external-url-retriever/getAuthRecording/portal/5119927/engagement&lt;/A&gt;&amp;nbsp;but an URL or a solution to download directly the .WAV.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there and answer to this problem ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 15:38:42 GMT</pubDate>
    <dc:creator>Federico_Hubspo</dc:creator>
    <dc:date>2024-10-31T15:38:42Z</dc:date>
    <item>
      <title>Fetching Call Recording Over API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1033764#M76229</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm developing an Hubspot app.&lt;BR /&gt;The app has an endpoint that is being triggered each time a call finished. The endpoint gets the callId from the workflow.&lt;BR /&gt;I want my API to download the call recording from hubspot in order to analyze it.&amp;nbsp;&lt;BR /&gt;How can I download the recording video over API call?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 05:42:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1033764#M76229</guid>
      <dc:creator>OMoshe</dc:creator>
      <dc:date>2024-08-29T05:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Call Recording Over API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1033805#M76231</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/817686"&gt;@OMoshe&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The recording of a call is stored in a property called "hs_call_recording_url". You can retrieve this by calling &lt;A href="https://developers.hubspot.com/beta-docs/reference/api/crm/engagements/calls#get-%2Fcrm%2Fv3%2Fobjects%2Fcalls" target="_blank" rel="noopener"&gt;GET /crm/v3/objects/calls?properties=hs_call_recording_url&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;GET https://api.hubapi.com/crm/v3/objects/calls?properties=hs_call_recording_url
RESPONSE
{
    "results": [
        {
            "id": "31995747272",
            "properties": {
                "hs_call_recording_url": "https://api.twilio.com/2010-04-01/Accounts/AC890b8e6fbe0d989bb9158e26046a8dde/Recordings/RE3079ac919116b2d22",
                "hs_createdate": "2024-08-29T07:47:31.162Z",
                "hs_lastmodifieddate": "2024-08-29T07:47:31.769Z",
                "hs_object_id": "31995747272"
            },
            "createdAt": "2024-08-29T07:47:31.162Z",
            "updatedAt": "2024-08-29T07:47:31.769Z",
            "archived": false
        }
    ]
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;A href="https://developers.hubspot.com/docs/api/crm/calls" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; might also be helpful in better understanding how to interface with the Call object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 07:53:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1033805#M76231</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2024-08-29T07:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Call Recording Over API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1033909#M76238</link>
      <description>&lt;P&gt;Hi Jack,&lt;BR /&gt;&lt;BR /&gt;Thank you for the answer.&lt;BR /&gt;I have 2 issues with that solution:&lt;BR /&gt;1. I've been informed that the "hs_call_recording_url" field will be deprecated on Sep 30th.&lt;BR /&gt;2. This url is not authenticacted, and in order to download the video I need another authentication with the recording provider (zoom / twilio etc..). How can I overcome this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 11:20:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1033909#M76238</guid>
      <dc:creator>OMoshe</dc:creator>
      <dc:date>2024-08-29T11:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Call Recording Over API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1034939#M76291</link>
      <description>&lt;P&gt;Hi Jack,&lt;BR /&gt;&lt;BR /&gt;Thank you for the answer.&lt;BR /&gt;I have 2 issues with that solution:&lt;BR /&gt;1. I've been informed that the "hs_call_recording_url" field will be deprecated on Sep 30th.&lt;BR /&gt;2. This url is not authenticacted, and in order to download the video I need another authentication with the recording provider (zoom / twilio etc..). How can I overcome this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Or&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2024 08:07:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1034939#M76291</guid>
      <dc:creator>OMoshe</dc:creator>
      <dc:date>2024-09-01T08:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Call Recording Over API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1063342#M77832</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;I have the same problem. I don't want just the URL&amp;nbsp;&lt;A href="https://api-na1.hubspot.com/recording/auth/provider/hublets/v1/external-url-retriever/getAuthRecording/portal/5119927/engagement" target="_blank"&gt;https://api-na1.hubspot.com/recording/auth/provider/hublets/v1/external-url-retriever/getAuthRecording/portal/5119927/engagement&lt;/A&gt;&amp;nbsp;but an URL or a solution to download directly the .WAV.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there and answer to this problem ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 15:38:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Fetching-Call-Recording-Over-API/m-p/1063342#M77832</guid>
      <dc:creator>Federico_Hubspo</dc:creator>
      <dc:date>2024-10-31T15:38:42Z</dc:date>
    </item>
  </channel>
</rss>

