<?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 Get emails from a specific deal in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Get-emails-from-a-specific-deal/m-p/1036912#M76410</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I can not find out how t&lt;/SPAN&gt;&lt;SPAN&gt;o pull all the emails from a Deal Record.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The following properties are what I am looking to pull from Deal:&lt;/SPAN&gt;&lt;BR /&gt;hs_email_text&lt;BR /&gt;hs_email_subject&lt;BR /&gt;hs_email_from_email&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to pass in a Deal ID and receive all the emails on that record with the above properties.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to pass in the filters to the email search endpoint and I keep getting no results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Besteman_0-1725541299372.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/126318iF895736CA6EE0D7F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Besteman_0-1725541299372.jpeg" alt="Besteman_0-1725541299372.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2024 13:01:46 GMT</pubDate>
    <dc:creator>Besteman</dc:creator>
    <dc:date>2024-09-05T13:01:46Z</dc:date>
    <item>
      <title>Get emails from a specific deal</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-emails-from-a-specific-deal/m-p/1036912#M76410</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I can not find out how t&lt;/SPAN&gt;&lt;SPAN&gt;o pull all the emails from a Deal Record.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The following properties are what I am looking to pull from Deal:&lt;/SPAN&gt;&lt;BR /&gt;hs_email_text&lt;BR /&gt;hs_email_subject&lt;BR /&gt;hs_email_from_email&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to pass in a Deal ID and receive all the emails on that record with the above properties.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to pass in the filters to the email search endpoint and I keep getting no results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Besteman_0-1725541299372.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/126318iF895736CA6EE0D7F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Besteman_0-1725541299372.jpeg" alt="Besteman_0-1725541299372.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 13:01:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-emails-from-a-specific-deal/m-p/1036912#M76410</guid>
      <dc:creator>Besteman</dc:creator>
      <dc:date>2024-09-05T13:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get emails from a specific deal</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-emails-from-a-specific-deal/m-p/1037133#M76419</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/821651"&gt;@Besteman&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;To get emails from a specific deal:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. Retrieve all email engagements associated with the deal using the Deal ID.&lt;BR /&gt;GET /crm/v3/objects/deals/{dealId}/associations/emails&lt;BR /&gt;&lt;BR /&gt;2.&amp;nbsp;&lt;STRONG&gt;Fetch Email Details&lt;/STRONG&gt;: For each email, get the details like hs_email_text, hs_email_subject, and hs_email_from_email.&lt;BR /&gt;GET /engagements/v1/engagements/{engagementId}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;This will give you all the emails linked to the deal.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps, let me know if you need to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://calendly.com/khushboo-pokhriyal/30min?month=2024-08" target="_blank" rel="noopener nofollow noreferrer"&gt;talk&lt;/A&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Khushboo Pokhriyal&lt;/P&gt;&lt;P&gt;Growth &amp;amp; Operations&lt;/P&gt;&lt;P&gt;GroRapid Labs&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/in/khushboopokhriyal" target="_blank" rel="noopener nofollow noreferrer"&gt;LinkedIn |&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="tel:9315044754" target="_blank" rel="noopener nofollow noreferrer"&gt;9315044754 |&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="mailto:khushboo.pokhriyal@grorapid.com" target="_blank" rel="noopener nofollow noreferrer"&gt;Email |&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://www.grorapidlabs.com/" target="_blank" rel="noopener nofollow noreferrer"&gt;Website&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 18:20:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-emails-from-a-specific-deal/m-p/1037133#M76419</guid>
      <dc:creator>KhushbooP11</dc:creator>
      <dc:date>2024-09-05T18:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get emails from a specific deal</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-emails-from-a-specific-deal/m-p/1037538#M76443</link>
      <description>&lt;P&gt;Yes, that worked!&lt;/P&gt;&lt;P&gt;I would hope that Hubspot would have a way to do it with 1 API call.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 13:42:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-emails-from-a-specific-deal/m-p/1037538#M76443</guid>
      <dc:creator>Besteman</dc:creator>
      <dc:date>2024-09-06T13:42:41Z</dc:date>
    </item>
  </channel>
</rss>

