<?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: What is the &amp;quot;sources&amp;quot; property on Contact in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-the-quot-sources-quot-property-on-Contact/m-p/1029603#M75975</link>
    <description>&lt;P&gt;Thanks for the response Josh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After investigation, I believe I have found the root cause, which is strange behaviour and perhaps even a defect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that "sources" was a custom property created on Contact as a Dropdown select field that has since been deleted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To replicate this behaviour, I took the following steps in a sandbox:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new property on Contact called "sources" as a Dropdown-select with a couple of options&lt;/LI&gt;&lt;LI&gt;Through the front-end, select a contact and set a value for the "sources" property&lt;/LI&gt;&lt;LI&gt;Extract these properties through the API (v3) for the contact that has the value and another contact that does not - only the contact that had the value set will return this property.&amp;nbsp; It will not appear in the JSON for the other contact&lt;/LI&gt;&lt;LI&gt;Archive and delete the "sources" property from the Contact object&lt;/LI&gt;&lt;LI&gt;Re-run the extracts - the "sources" property and value still appears on the contact that it was set on even after the property is deleted&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This only seems to happen for the Dropdown-select type.&amp;nbsp; I have tried many other field types but the property appears in the JSON on both contacts when the property is active and neither when the property is deleted (the expected behaviour).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2024 13:20:51 GMT</pubDate>
    <dc:creator>SteveJ</dc:creator>
    <dc:date>2024-08-20T13:20:51Z</dc:date>
    <item>
      <title>What is the "sources" property on Contact</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-the-quot-sources-quot-property-on-Contact/m-p/1027138#M75861</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am tasked with extracting data out of HubSpot using the APIs to populate another system.&amp;nbsp; I have successfully extracted the Contact information into JSON through Python, processed it and sent it downstream.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been advised to use a property with the name "sources".&amp;nbsp; When I add the "sources" property to the list of properties to be extracted it adds this property to the JSON for some records with a value (e.g. OUTBOUND) but not all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find the definition of the "sources" property and have extracted all the properties related to source (hs_object_source, hs_latest_source etc) and none of the values completely correlate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the "sources" property?&amp;nbsp; Is it unique to this implementation?&amp;nbsp; How would it be populated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 16:57:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-the-quot-sources-quot-property-on-Contact/m-p/1027138#M75861</guid>
      <dc:creator>SteveJ</dc:creator>
      <dc:date>2024-08-14T16:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is the "sources" property on Contact</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-the-quot-sources-quot-property-on-Contact/m-p/1027144#M75863</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/810359"&gt;@SteveJ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your task may be referring to the sources properties that you mentioned. There are original and latest source properties as well as drill-down versions of those to get more granular details. I am not familiar with just one out-of-the-box "sources" property. It could be custom, but I'd be willing to bet they are referring to sources as the different variations of these sources (and potentially drill-down 1 and drill-down 2) for each object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 17:04:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-the-quot-sources-quot-property-on-Contact/m-p/1027144#M75863</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2024-08-14T17:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the "sources" property on Contact</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-the-quot-sources-quot-property-on-Contact/m-p/1029603#M75975</link>
      <description>&lt;P&gt;Thanks for the response Josh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After investigation, I believe I have found the root cause, which is strange behaviour and perhaps even a defect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that "sources" was a custom property created on Contact as a Dropdown select field that has since been deleted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To replicate this behaviour, I took the following steps in a sandbox:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new property on Contact called "sources" as a Dropdown-select with a couple of options&lt;/LI&gt;&lt;LI&gt;Through the front-end, select a contact and set a value for the "sources" property&lt;/LI&gt;&lt;LI&gt;Extract these properties through the API (v3) for the contact that has the value and another contact that does not - only the contact that had the value set will return this property.&amp;nbsp; It will not appear in the JSON for the other contact&lt;/LI&gt;&lt;LI&gt;Archive and delete the "sources" property from the Contact object&lt;/LI&gt;&lt;LI&gt;Re-run the extracts - the "sources" property and value still appears on the contact that it was set on even after the property is deleted&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This only seems to happen for the Dropdown-select type.&amp;nbsp; I have tried many other field types but the property appears in the JSON on both contacts when the property is active and neither when the property is deleted (the expected behaviour).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 13:20:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-the-quot-sources-quot-property-on-Contact/m-p/1029603#M75975</guid>
      <dc:creator>SteveJ</dc:creator>
      <dc:date>2024-08-20T13:20:51Z</dc:date>
    </item>
  </channel>
</rss>

