<?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 Composite Request (Multiple API request in Single Call) in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/638598#M53585</link>
    <description>&lt;P&gt;Is composite request is possible in hubspot. I want to create contacts and deal within single api call. In Salesforce composite request functionality is avaliable. If composite request not allowed in hubspot than is there any alternate option to do so?&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 06:36:16 GMT</pubDate>
    <dc:creator>MBinStellar</dc:creator>
    <dc:date>2022-05-25T06:36:16Z</dc:date>
    <item>
      <title>Composite Request (Multiple API request in Single Call)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/638598#M53585</link>
      <description>&lt;P&gt;Is composite request is possible in hubspot. I want to create contacts and deal within single api call. In Salesforce composite request functionality is avaliable. If composite request not allowed in hubspot than is there any alternate option to do so?&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 06:36:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/638598#M53585</guid>
      <dc:creator>MBinStellar</dc:creator>
      <dc:date>2022-05-25T06:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Composite Request (Multiple API request in Single Call)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/639118#M53593</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/101258"&gt;@Teun&lt;/a&gt; , what is your typical strategy for making your integration as efficient as possible regarding API calls?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 20:08:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/639118#M53593</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2022-05-25T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Composite Request (Multiple API request in Single Call)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/639120#M53594</link>
      <description>&lt;P data-unlink="true"&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/390668"&gt;@MBinStellar&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; To confirm, you are not missing an option. Looking at past replies, such as this &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/How-to-create-deal-and-associate-contact-in-single-request/m-p/420099#M41647" target="_blank" rel="noopener"&gt;one&lt;/A&gt;, you'll need to do this with separate calls.&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Thank you! — Jaycee&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 20:10:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/639120#M53594</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2022-05-25T20:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Composite Request (Multiple API request in Single Call)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/639375#M53613</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to create deals records and contacts records with one Api call. As I am using salesforce also, Saleforce provides composite request and I am moving some part of salesforce to hubspot gradually. So if I change the format of salesforce then it will not work in my existing salesforce system. And if I create sperate calls for hubspot than it will be too much&amp;nbsp;&lt;SPAN&gt;problematic due to calling sperate api for each and every thing. I have no option other than composite request right now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there logic that I can make this possible in particluar json format. T&lt;/SPAN&gt;&lt;SPAN&gt;he possible json format I can make is like :-&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"contacts":{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"properties": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"firstname": "Contacts",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"lastname" : "123"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;},&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"deals":{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"properties": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"firstname": "deals",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"lastname" : "123"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 09:03:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/639375#M53613</guid>
      <dc:creator>MBinStellar</dc:creator>
      <dc:date>2022-05-26T09:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Composite Request (Multiple API request in Single Call)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/639381#M53614</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;the link you provided can be used to associate the objects but to add records in multiple objects this will not work. But it will not be a proper format. It will look like we made a patch forcefully to make it happen. I just want to ask you can we make a api bridge on other platform and make it possible or is there any pre made hubspot app for the same.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 08:53:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/639381#M53614</guid>
      <dc:creator>MBinStellar</dc:creator>
      <dc:date>2022-05-26T08:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Composite Request (Multiple API request in Single Call)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/640034#M53658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use the batch endpoints quite a lot, but that won't solve this problem. I am afraid that currently you have to make multiple requests to create a deal and contact.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 06:49:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Composite-Request-Multiple-API-request-in-Single-Call/m-p/640034#M53658</guid>
      <dc:creator>Teun</dc:creator>
      <dc:date>2022-05-27T06:49:31Z</dc:date>
    </item>
  </channel>
</rss>

