<?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: Push Data to a Third Party System Via API's Using A Custom Coded Workflow in Data Hub</title>
    <link>https://community.hubspot.com/t5/Data-Hub/Push-Data-to-a-Third-Party-System-Via-API-s-Using-A-Custom-Coded/m-p/434327#M90</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66098"&gt;@ryanwaters82&lt;/a&gt;, I have sent data to an external system via API in a custom coded workflow! I made use of the Axios library (supported by custom code) to send HTTP requests to a third party vendor. Axios made it super easy to do!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a basic example of what I implemented.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// Make sure to require library in your JS!
const axios = require('axios').default;

// Build Data
data = {
    'field1': {field_1_data},
    'field2': {field_2_data},
    'field3': {field_3_data},
}

// Send PUT request through axios, await response!
response = await axios.put({URL}, data)
&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 05 May 2021 13:22:45 GMT</pubDate>
    <dc:creator>bryce-corey</dc:creator>
    <dc:date>2021-05-05T13:22:45Z</dc:date>
    <item>
      <title>Push Data to a Third Party System Via API's Using A Custom Coded Workflow</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Push-Data-to-a-Third-Party-System-Via-API-s-Using-A-Custom-Coded/m-p/432676#M87</link>
      <description>&lt;P&gt;Hi HubSpotters,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am wondering if anyone has tested out using data to an external system via an API in a custom coded workflow? I found the video by Jack Coldrick on his Linkedin post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/pulse/3-ways-use-custom-coded-workflow-actions-hubspot-hub-jack-coldrick/" target="_blank"&gt;https://www.linkedin.com/pulse/3-ways-use-custom-coded-workflow-actions-hubspot-hub-jack-coldrick/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;2. Enrich company data using a data enrichment service (&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;A href="https://gist.github.com/jackcoldrick90/b5e5e44a91a3a022b9b5720f1145930d" target="_blank" rel="nofollow noopener"&gt;&lt;STRONG&gt;CODE&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;A href="https://share.vidyard.com/watch/1TosyFQ1YQMfa28XkL1sdC?" target="_blank" rel="nofollow noopener"&gt;&lt;STRONG&gt;VIDEO&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The video shows us how to query two API's to enrich HubSpot data (I found it super useful). I was wondering if anyone has used a similar approach to push data to another system as opposed to updating an object in HubSpot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 09:52:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Push-Data-to-a-Third-Party-System-Via-API-s-Using-A-Custom-Coded/m-p/432676#M87</guid>
      <dc:creator>ryanwaters82</dc:creator>
      <dc:date>2021-04-29T09:52:25Z</dc:date>
    </item>
    <item>
      <title>Betreff: Push Data to a Third Party System Via API's Using A Custom Coded Workflow</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Push-Data-to-a-Third-Party-System-Via-API-s-Using-A-Custom-Coded/m-p/433473#M88</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66098"&gt;@ryanwaters82&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for sharing this LinkedIn post with us. I haven't tested&amp;nbsp;Custom Coded Workflow Actions yet, but I wanted to share &lt;A href="https://community.hubspot.com/t5/Custom-Code-Workflow-Actions/A-thread-for-feedback/td-p/407741" target="_blank" rel="noopener"&gt;this Community thread&lt;/A&gt; with you, where&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/397"&gt;@KyleJepson&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152058"&gt;@bryce-corey&lt;/a&gt;&amp;nbsp;discuss the feature. If you've decided to test the funtionality yourself, it would be great if you could share your feedback there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2878"&gt;@Aakar&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/131510"&gt;@webdew&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/109312"&gt;@thesnappingdog&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84652"&gt;@Simplii&lt;/a&gt; have you maybe been using&amp;nbsp;Custom Coded Workflow Actions to send HubSpot data to external systems?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mia&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 09:42:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Push-Data-to-a-Third-Party-System-Via-API-s-Using-A-Custom-Coded/m-p/433473#M88</guid>
      <dc:creator>MiaSrebrnjak</dc:creator>
      <dc:date>2021-05-03T09:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Push Data to a Third Party System Via API's Using A Custom Coded Workflow</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Push-Data-to-a-Third-Party-System-Via-API-s-Using-A-Custom-Coded/m-p/433481#M89</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/101262"&gt;@MiaSrebrnjak&lt;/a&gt;&amp;nbsp; I have not used the use custom-coded workflow yet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 10:01:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Push-Data-to-a-Third-Party-System-Via-API-s-Using-A-Custom-Coded/m-p/433481#M89</guid>
      <dc:creator>Aakar</dc:creator>
      <dc:date>2021-05-03T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Push Data to a Third Party System Via API's Using A Custom Coded Workflow</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Push-Data-to-a-Third-Party-System-Via-API-s-Using-A-Custom-Coded/m-p/434327#M90</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66098"&gt;@ryanwaters82&lt;/a&gt;, I have sent data to an external system via API in a custom coded workflow! I made use of the Axios library (supported by custom code) to send HTTP requests to a third party vendor. Axios made it super easy to do!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a basic example of what I implemented.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// Make sure to require library in your JS!
const axios = require('axios').default;

// Build Data
data = {
    'field1': {field_1_data},
    'field2': {field_2_data},
    'field3': {field_3_data},
}

// Send PUT request through axios, await response!
response = await axios.put({URL}, data)
&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 05 May 2021 13:22:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Push-Data-to-a-Third-Party-System-Via-API-s-Using-A-Custom-Coded/m-p/434327#M90</guid>
      <dc:creator>bryce-corey</dc:creator>
      <dc:date>2021-05-05T13:22:45Z</dc:date>
    </item>
  </channel>
</rss>

