<?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 Marketing API to extract email events in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Marketing-API-to-extract-email-events/m-p/1110545#M80415</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to extract my marketing email events data from HubSpot. I need to programmatically extract who marketing emails were sent to and the events/interactions with those emails. This information can all be seen when I navigate to Marketing -&amp;gt; Emails -&amp;gt; email name -&amp;gt; recipients.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to figure out which endpoint(s) I should be using to do this, so any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2025 11:10:48 GMT</pubDate>
    <dc:creator>SStevenson</dc:creator>
    <dc:date>2025-02-18T11:10:48Z</dc:date>
    <item>
      <title>Marketing API to extract email events</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Marketing-API-to-extract-email-events/m-p/1110545#M80415</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to extract my marketing email events data from HubSpot. I need to programmatically extract who marketing emails were sent to and the events/interactions with those emails. This information can all be seen when I navigate to Marketing -&amp;gt; Emails -&amp;gt; email name -&amp;gt; recipients.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to figure out which endpoint(s) I should be using to do this, so any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 11:10:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Marketing-API-to-extract-email-events/m-p/1110545#M80415</guid>
      <dc:creator>SStevenson</dc:creator>
      <dc:date>2025-02-18T11:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Marketing API to extract email events</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Marketing-API-to-extract-email-events/m-p/1110952#M80427</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/670270"&gt;@SStevenson&lt;/a&gt;&lt;/SPAN&gt;! Welcome to the Community-- happy to have you here &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Marketing API allows you to pull &lt;A href="https://developers.hubspot.com/docs/reference/api/marketing/emails/marketing-emails#statistics" target="_blank"&gt;aggregated statistics for Marketing emails&lt;/A&gt;, but not for individual recipients.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63499"&gt;@SteveHTM&lt;/a&gt;&lt;/SPAN&gt; or &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/346639"&gt;@GRajput&lt;/a&gt;&lt;/SPAN&gt; can provide some suggestions from their experience~&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Best,&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;Kennedy&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 21:57:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Marketing-API-to-extract-email-events/m-p/1110952#M80427</guid>
      <dc:creator>kennedyp</dc:creator>
      <dc:date>2025-02-18T21:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Marketing API to extract email events</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Marketing-API-to-extract-email-events/m-p/1225614#M85585</link>
      <description>&lt;P&gt;Look at this endpoints:&lt;BR /&gt;for email events:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api-reference/legacy/email-analytics-v1/guide#email-events" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/api-reference/legacy/email-analytics-v1/guide#email-events&lt;/A&gt;&lt;BR /&gt;for email details:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api-reference/marketing-marketing-emails-v3/marketing-emails/get-marketing-v3-emails-emailId" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/api-reference/marketing-marketing-emails-v3/marketing-emails/get-marketing-v3-emails-emailId&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;to join the two, use the campaignId from the events and&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;emailCampaignGroupId from the email details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Nov 2025 11:08:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Marketing-API-to-extract-email-events/m-p/1225614#M85585</guid>
      <dc:creator>05032</dc:creator>
      <dc:date>2025-11-19T11:08:14Z</dc:date>
    </item>
  </channel>
</rss>

