<?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 Relating Tickets to Feedback Submissions in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1040960#M76608</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm using&amp;nbsp;/crm/v3/objects/tickets to get a list of my support tickets, and&amp;nbsp;/crm/v3/objects/feedback_submissions to get my feedback responses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I can't seem to find a key field that links them together. Surely there must be a way to see the feedback for each ticket. What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note, I used&amp;nbsp;crm/v3/properties/tickets and&amp;nbsp;crm/v3/properties/feedback_submissions to see all the properties available for each endpoint. But nothing seems to link them together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Any help is appreciated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2024 21:33:48 GMT</pubDate>
    <dc:creator>DanBrill320</dc:creator>
    <dc:date>2024-09-13T21:33:48Z</dc:date>
    <item>
      <title>Relating Tickets to Feedback Submissions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1040960#M76608</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm using&amp;nbsp;/crm/v3/objects/tickets to get a list of my support tickets, and&amp;nbsp;/crm/v3/objects/feedback_submissions to get my feedback responses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I can't seem to find a key field that links them together. Surely there must be a way to see the feedback for each ticket. What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note, I used&amp;nbsp;crm/v3/properties/tickets and&amp;nbsp;crm/v3/properties/feedback_submissions to see all the properties available for each endpoint. But nothing seems to link them together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Any help is appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 21:33:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1040960#M76608</guid>
      <dc:creator>DanBrill320</dc:creator>
      <dc:date>2024-09-13T21:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Relating Tickets to Feedback Submissions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1041759#M76648</link>
      <description>&lt;P&gt;Hey, &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/826264"&gt;@DanBrill320&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for the question. I don't think you are missing anything. There isn't a default key to link these in the manner you are describing. You might be able to build out a solution using a custom property on one of the objects, something like related_ticket_ID or related_feedback_submission_ID, and then either link them manually or using a workflow or other automation. Or look into if you can leverage the &lt;A href="https://developers.hubspot.com/docs/api/crm/associations#create-association-types" target="_blank"&gt;&lt;STRONG&gt;Associations API &lt;/STRONG&gt;&lt;/A&gt;to create a custom association between these objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We'll leave this open in case other community members have a suggestion for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Talk soon! — Jaycee&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 23:59:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1041759#M76648</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-09-16T23:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Relating Tickets to Feedback Submissions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1041886#M76655</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/826264"&gt;@DanBrill320&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-sheets-root="1"&gt;There is no direct solution present as of now but you can work around it. One possible solution is, Create a custom object on both the object and Whenever a new ticket or feedback submission is created, update the custom property with the corresponding ID of the related object. When querying tickets or feedback submissions, use the custom property to find related records.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-sheets-root="1"&gt;I hope this will help you out. Please mark it as &lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt; to help another Community member.&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 07:35:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1041886#M76655</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2024-09-17T07:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Relating Tickets to Feedback Submissions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1042133#M76677</link>
      <description>&lt;P&gt;Thanks, I'll go that direction.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 15:33:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1042133#M76677</guid>
      <dc:creator>DanBrill320</dc:creator>
      <dc:date>2024-09-17T15:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Relating Tickets to Feedback Submissions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1042136#M76678</link>
      <description>&lt;P&gt;Thanks, Jaycee. I'll try that. At least I can stop looking for what's not there.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 15:37:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1042136#M76678</guid>
      <dc:creator>DanBrill320</dc:creator>
      <dc:date>2024-09-17T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Relating Tickets to Feedback Submissions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1042340#M76691</link>
      <description>&lt;P&gt;Sure thing, &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/826264"&gt;@DanBrill320&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt; — Jaycee&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 23:35:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1042340#M76691</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-09-17T23:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Relating Tickets to Feedback Submissions</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1192696#M83971</link>
      <description>&lt;P&gt;curious to find a better solution to this&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 07:58:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Relating-Tickets-to-Feedback-Submissions/m-p/1192696#M83971</guid>
      <dc:creator>lindahouben</dc:creator>
      <dc:date>2025-08-25T07:58:02Z</dc:date>
    </item>
  </channel>
</rss>

