<?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 Sending API calls from HubSpot to external endpoint in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822532#M65787</link>
    <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;We are trying to connect our companies flow to HubSpot and we would like to built an integration between both, e.g: sync customers and quoting etc.&lt;BR /&gt;&lt;BR /&gt;However, I can not find how to send API calls from HubSpot to an external endpoint. How can I manage to do so, for example. When a customer is made in HubSpot, this will trigger a API call to our private endpoint?&lt;BR /&gt;&lt;BR /&gt;Greatly appreciated&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 09:54:47 GMT</pubDate>
    <dc:creator>AKempen</dc:creator>
    <dc:date>2023-07-20T09:54:47Z</dc:date>
    <item>
      <title>Sending API calls from HubSpot to external endpoint</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822532#M65787</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;We are trying to connect our companies flow to HubSpot and we would like to built an integration between both, e.g: sync customers and quoting etc.&lt;BR /&gt;&lt;BR /&gt;However, I can not find how to send API calls from HubSpot to an external endpoint. How can I manage to do so, for example. When a customer is made in HubSpot, this will trigger a API call to our private endpoint?&lt;BR /&gt;&lt;BR /&gt;Greatly appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:54:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822532#M65787</guid>
      <dc:creator>AKempen</dc:creator>
      <dc:date>2023-07-20T09:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sending API calls from HubSpot to external endpoint</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822536#M65788</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/601991"&gt;@AKempen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are a few ways that you can achieve this but it depends on the subscription that you have with HubSpot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1) Use workflows and trigger a webhook or use custom coded actions:&amp;nbsp;&lt;/STRONG&gt;This option would require Operations Hub Professional but it allows you to send data to an external location whether using a &lt;A href="https://knowledge.hubspot.com/workflows/how-do-i-use-webhooks-with-hubspot-workflows" target="_blank" rel="noopener"&gt;webhook&lt;/A&gt; or &lt;A href="https://developers.hubspot.com/docs/api/workflows/custom-code-actions" target="_blank" rel="noopener"&gt;custom coded action&lt;/A&gt; when something occurs within the CRM. In this case a contact being created. See below as an example:&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 2023-07-20 at 11.03.30.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/95097iB9A18E695409A769/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-20 at 11.03.30.png" alt="Screenshot 2023-07-20 at 11.03.30.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2) Create an app and configure webhooks:&lt;/STRONG&gt; This option is available on all tiers of the HubSpot CRM but is a little more complicated than the approach above. You'd need to create an app, configure the &lt;A href="https://developers.hubspot.com/docs/api/webhooks" target="_blank" rel="noopener"&gt;webhooks&lt;/A&gt; (subscribing to contact create events) and then install the app in your portal by going through the authorisation flow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both will ultimately render the same output - allowing you to trigger a call to your own internal APIs when something happens in the CRM.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 10:05:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822536#M65788</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2023-07-20T10:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sending API calls from HubSpot to external endpoint</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822560#M65790</link>
      <description>&lt;P&gt;Thank you greatly Jack for the concise answer.&lt;BR /&gt;&lt;BR /&gt;I have a follow-up question: my company would like to integrate our software with HubSpot, so that our clients that use HubSpot can seemingly use our software via the HubSpot interface. (A client in hubspot will be made in our system, pricing, quoting etc without them noticing). This could be either with them noticing or under the hood, I do not have any preferences regarding this.&lt;BR /&gt;&lt;BR /&gt;To make such a uniform integration solution, what would be the best option to choose from?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 10:53:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822560#M65790</guid>
      <dc:creator>AKempen</dc:creator>
      <dc:date>2023-07-20T10:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sending API calls from HubSpot to external endpoint</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822564#M65791</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/601991"&gt;@AKempen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to provide a more accurate answer I'd need a better understanding of the type of business you operate and the software that you provide. In the past I have seen integrators employ the &lt;A href="https://developers.hubspot.com/docs/api/crm/extensions/custom-cards" target="_blank" rel="noopener"&gt;CRM Cards API&lt;/A&gt; as a means of enabling users logged into HubSpot interact with an external system from directly within the CRM. I also wrote an &lt;A href="https://developers.hubspot.com/docs/api/crm/extensions/custom-cards" target="_blank" rel="noopener"&gt;article&lt;/A&gt;&amp;nbsp;on LinkedIn that compliments the developer documentaiton. It might help to provide some more insight.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 11:00:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822564#M65791</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2023-07-20T11:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sending API calls from HubSpot to external endpoint</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822654#M65801</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;&amp;nbsp;, thanks again for your response and btw I really liked the video on workflows. Let me try to explain the situation as short as possible.&lt;BR /&gt;&lt;BR /&gt;I am building billing software and would like to offer my customers (whom use HubSpot) to keep using HubSpot. So, I want a salesperson using HubSpot to stay in the platform while 'under the hood' the information is passed onto my software. So, for example. A salesrep makes a customer, assigns a pricing and finally makes a deal.&lt;BR /&gt;&lt;BR /&gt;A final caveat is that I need to limit some of the sales reps options, for example. Only product from our side can be used for pricing, and pricing plans from our catalogs can be assigned to customers etc.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is this enough information? What would be the best option for this? I am in doubt for using Workflows with custom code or making a public app?&lt;BR /&gt;You would help me greatly, I have a hard time comparing all the options..&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 13:50:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Sending-API-calls-from-HubSpot-to-external-endpoint/m-p/822654#M65801</guid>
      <dc:creator>AKempen</dc:creator>
      <dc:date>2023-07-20T13:50:35Z</dc:date>
    </item>
  </channel>
</rss>

