<?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: How to Get Forms Submission with Tickets associated with it  using Hubspot API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/937745#M71640</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/720825"&gt;@AAshraf8&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Natively no - but you can build a workaround using workflows and use the "increment values" action and you will have to create a property for each form (data type = number).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or if you have Ops Hub Pro then you can use the "Format Data" option to achieve the same.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 08:46:53 GMT</pubDate>
    <dc:creator>Shadab_Khan</dc:creator>
    <dc:date>2024-03-05T08:46:53Z</dc:date>
    <item>
      <title>How to Get Forms Submission with Tickets associated with it  using Hubspot API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/936644#M71593</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to Get Forms Submission with Tickets associated with it using Hubspot API,&lt;/P&gt;&lt;P&gt;There is no link between the form submission and the tickets that created after the form is submitted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i found was the below APIs,&lt;/P&gt;&lt;P&gt;This to get the forms submission&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;https://api.hubapi.com/form-integrations/v1/submissions/forms/{formID}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;and this APIs to get the ticket&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/crm/v3/objects/tickets/{ticketId}&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;/crm/v3/objects/tickets/search&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sun, 03 Mar 2024 07:27:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/936644#M71593</guid>
      <dc:creator>AAshraf8</dc:creator>
      <dc:date>2024-03-03T07:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Forms Submission with Tickets associated with it  using Hubspot API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/936985#M71594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/720825"&gt;@AAshraf8&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you are correct forms have close affinity with contacts object but not much with other what you can do is the following workaround:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a Dropdown Custom property on the Ticket Object
&lt;UL&gt;
&lt;LI&gt;Options: All your key form names.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Use that form in the hidden field of form edit page and set the option to whatever name it is&lt;/LI&gt;
&lt;LI&gt;Now whenever anyone submits a form a ticket will be created and the property will tell you which form actually created the ticket&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can use this info for reporting, analysis, and much more!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stay Awesome &amp;amp; Keep Doing it BIG &lt;span class="lia-unicode-emoji" title=":fire:"&gt;🔥&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 09:03:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/936985#M71594</guid>
      <dc:creator>Shadab_Khan</dc:creator>
      <dc:date>2024-03-04T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Forms Submission with Tickets associated with it  using Hubspot API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/937031#M71596</link>
      <description>&lt;P&gt;Dear Shadab Khan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a new property under group ticket information &amp;amp; added it to the form&amp;nbsp;&lt;/P&gt;&lt;P&gt;i created but&amp;nbsp; it must to be populated manullay, unfortunately i need the text to be populated automatically when the form is submitted with any text it doesn't matter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 10:33:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/937031#M71596</guid>
      <dc:creator>AAshraf8</dc:creator>
      <dc:date>2024-03-04T10:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Forms Submission with Tickets associated with it  using Hubspot API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/937045#M71598</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/720825"&gt;@AAshraf8&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Great job on creating the property, here's how you "PRE-SELECT" the values by form.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Go to Form&lt;/LI&gt;
&lt;LI&gt;Add Property&lt;/LI&gt;
&lt;LI&gt;Make it Hidden&lt;/LI&gt;
&lt;LI&gt;Click on the Property&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Check the Value you wanna pre-select&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-03-04 at 4.21.13 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/112080i9227FF8F1E5037D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-03-04 at 4.21.13 PM.png" alt="Screenshot 2024-03-04 at 4.21.13 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stay Awesome &amp;amp; Keep Doing it BIG &lt;span class="lia-unicode-emoji" title=":fire:"&gt;🔥&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 10:53:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/937045#M71598</guid>
      <dc:creator>Shadab_Khan</dc:creator>
      <dc:date>2024-03-04T10:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Forms Submission with Tickets associated with it  using Hubspot API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/937739#M71639</link>
      <description>&lt;P&gt;Dear Shadab Khan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyway to make the value has a unqiue value per form submission so with every submission this value changes automatically to a new value&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Example:&lt;BR /&gt;1st submission the hidden property will be form_value_1&lt;BR /&gt;2nd submission the hidden property will be form_value_2&lt;/P&gt;&lt;P&gt;3rd submission the hidden property will be form_value_3&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 08:23:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/937739#M71639</guid>
      <dc:creator>AAshraf8</dc:creator>
      <dc:date>2024-03-05T08:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Forms Submission with Tickets associated with it  using Hubspot API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/937745#M71640</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/720825"&gt;@AAshraf8&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Natively no - but you can build a workaround using workflows and use the "increment values" action and you will have to create a property for each form (data type = number).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or if you have Ops Hub Pro then you can use the "Format Data" option to achieve the same.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 08:46:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-Get-Forms-Submission-with-Tickets-associated-with-it/m-p/937745#M71640</guid>
      <dc:creator>Shadab_Khan</dc:creator>
      <dc:date>2024-03-05T08:46:53Z</dc:date>
    </item>
  </channel>
</rss>

