APIs & Integrations

Not applicable

How do I get all contacts from one specific site that posts the data through code

Im creating a new contact with my c#code by sending a JSON object through post to the right url but when I look at the contacts in hubspot itself I cant filter through those who were created by that one website. How can I filter them? Right now they are being made by “offline sources” and their “lifecycle-phase” is changed to “subscriber”. Do I need to send additional data through my code?

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

How do I get all contacts from one specific site that posts the data through code

Hi @Bruno_Kreiner,

The default original source property automatically populates based on how the record was created in HubSpot. For contacts created using the Contacts API, this will always be set to ‘Offline Sources.’ If you want to specify where these contacts are coming from, you could include a custom property (e.g. lead source) with the relevant information when creating these contacts.

0 Upvotes