<?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: Get recently created contacts api, same data problem in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289865#M26897</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you referring to &lt;A href="https://knowledge.hubspot.com/articles/kcs_article/contacts/how-can-i-create-a-custom-property" target="_self"&gt;custom properties&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, you can create webhook subscriptions to custom properties, but you have to manually enter the internal name and click&amp;nbsp;&lt;STRONG&gt;Create option&lt;/STRONG&gt;&lt;STRONG&gt; "[internal property name]"&lt;/STRONG&gt;.&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="Create a webhook subscription for a custom property.jpg" style="width: 720px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/19704i86A217B7388E5F75/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create a webhook subscription for a custom property.jpg" alt="Create a webhook subscription for a custom property.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2019 15:06:13 GMT</pubDate>
    <dc:creator>IsaacTakushi</dc:creator>
    <dc:date>2019-09-05T15:06:13Z</dc:date>
    <item>
      <title>Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289324#M26831</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use "Get recently created contacts" api, but i have a problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Use url: &lt;A href="https://api.hubapi.com/contacts/v1/lists/all/contacts/recent?hapikey=1111-1111-key-key-1111-111&amp;amp;count=100" target="_blank"&gt;https://api.hubapi.com/contacts/v1/lists/all/contacts/recent?hapikey=1111-1111-key-key-1111-111&amp;amp;count=100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response json have a "has-more": true, "vid-offset": 111111&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New Url: &lt;A href="https://api.hubapi.com/contacts/v1/lists/all/contacts/recent?hapikey=1111-1111-key-key-1111-111&amp;amp;count=100&amp;amp;vidOffset=111111" target="_blank"&gt;https://api.hubapi.com/contacts/v1/lists/all/contacts/recent?hapikey=1111-1111-key-key-1111-111&amp;amp;count=100&amp;amp;vidOffset=111111&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the first data and the second data are the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help me!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 11:10:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289324#M26831</guid>
      <dc:creator>byersoy</dc:creator>
      <dc:date>2019-09-03T11:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289434#M26837</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to clarify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unlike the&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_contacts" target="_self"&gt;&lt;EM&gt;Get all contacts&lt;/EM&gt;&lt;/A&gt; endpoint, the&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_recently_created_contacts" target="_self"&gt;&lt;EM&gt;Get recently created contacts&lt;/EM&gt;&lt;/A&gt; and&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_recently_updated_contacts" target="_self"&gt;&lt;EM&gt;Get recently updated and created contacts&lt;/EM&gt;&lt;/A&gt; endpoints require&amp;nbsp;&lt;EM&gt;both&lt;/EM&gt;&amp;nbsp;the&amp;nbsp;&lt;CODE&gt;timeOffset&lt;/CODE&gt; and&amp;nbsp;&lt;CODE&gt;vidOffset&lt;/CODE&gt; parameters to page through results.&lt;BR /&gt;&lt;BR /&gt;If you add the &lt;CODE&gt;time-offset&lt;/CODE&gt; field value to your second request, it should return the next 100 contacts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the confusion.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 17:22:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289434#M26837</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-09-03T17:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289526#M26853</link>
      <description>&lt;P&gt;Thanks for the answer&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try, example url;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://api.hubapi.com/contacts/v1/lists/all/contacts/recent?hapikey=11111-11111-11111-11111&amp;amp;count=100&amp;amp;vidOffset=22222&amp;amp;timeOffset=33333&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I follow if has-more == true go to next page.&amp;nbsp; But this api&amp;nbsp;pulls all the data.&amp;nbsp;I need them just recently added data.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 07:10:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289526#M26853</guid>
      <dc:creator>byersoy</dc:creator>
      <dc:date>2019-09-04T07:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289569#M26861</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The endpoint you are using is the&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_recently_created_contacts" target="_self"&gt;&lt;EM&gt;Get recently created contacts&lt;/EM&gt;&lt;/A&gt; endpoint, so all of the data will be new.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_recently_updated_contacts" target="_self"&gt;&lt;EM&gt;Get recently updated and created contacts&lt;/EM&gt;&lt;/A&gt; endpoint will return records which have been modified, but you are correct that &lt;STRONG&gt;neither of these endpoints returns&amp;nbsp;&lt;EM&gt;only&lt;/EM&gt; the modified data.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you only want to receive notifications for changes, the &lt;A href="https://developers.hubspot.com/docs/methods/webhooks/webhooks-overview" target="_self"&gt;Webhooks API&lt;/A&gt; will probably be your best bet. You can subscribe to specific object properties and HubSpot will notify a webhook URL of your choosing whenever an object's value changes.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 12:21:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289569#M26861</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-09-04T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289818#M26890</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Webhook object list&amp;nbsp;only hubspot has special fields?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see created object. Only have hubspot object.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 12:00:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289818#M26890</guid>
      <dc:creator>byersoy</dc:creator>
      <dc:date>2019-09-05T12:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289865#M26897</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you referring to &lt;A href="https://knowledge.hubspot.com/articles/kcs_article/contacts/how-can-i-create-a-custom-property" target="_self"&gt;custom properties&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, you can create webhook subscriptions to custom properties, but you have to manually enter the internal name and click&amp;nbsp;&lt;STRONG&gt;Create option&lt;/STRONG&gt;&lt;STRONG&gt; "[internal property name]"&lt;/STRONG&gt;.&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="Create a webhook subscription for a custom property.jpg" style="width: 720px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/19704i86A217B7388E5F75/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create a webhook subscription for a custom property.jpg" alt="Create a webhook subscription for a custom property.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 15:06:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/289865#M26897</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-09-05T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/290015#M26920</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created new contact but not changed events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at&amp;nbsp;event subscriptions;&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="hubspot_community.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/19728i1FD81DE6A243C2A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="hubspot_community.jpg" alt="hubspot_community.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 08:46:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/290015#M26920</guid>
      <dc:creator>byersoy</dc:creator>
      <dc:date>2019-09-06T08:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/290020#M26921</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I forgot to write;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try testing button is working, but&amp;nbsp;as i said before not working add new contact.&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="hubspot_community_3.jpg" style="width: 628px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/19730iCA54D807347C1992/image-size/large?v=v2&amp;amp;px=999" role="button" title="hubspot_community_3.jpg" alt="hubspot_community_3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 09:21:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/290020#M26921</guid>
      <dc:creator>byersoy</dc:creator>
      <dc:date>2019-09-06T09:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/290049#M26927</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you referring to not receiving webhook notifications for contact creation events?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, I see your app (ID ending in &lt;STRONG&gt;1886&lt;/STRONG&gt;) is not connected to your production HubSpot account (Hub ID ending in&amp;nbsp;&lt;STRONG&gt;8713&lt;/STRONG&gt;). In order to listen for contact creation events, the app must be &lt;A href="https://developers.hubspot.com/docs/methods/oauth2/initiate-oauth-integration" target="_self"&gt;connected via OAuth&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 13:06:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/290049#M26927</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-09-06T13:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get recently created contacts api, same data problem</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/290122#M26935</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've responded to your direct message.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 17:58:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-recently-created-contacts-api-same-data-problem/m-p/290122#M26935</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-09-06T17:58:24Z</dc:date>
    </item>
  </channel>
</rss>

