APIs & Integrations

aaldana
Member

How to send contact data to hubspot without a form submission?

Hello! I want to send contact data to hubspot without a form submission, because the data doesn't comes from a form, its a whole flow where the user answers a lot of questions to get to know him... And I don't think it's a good idea to create a form with +15 fields with the id of the question the user is answering because if one id changes, the field with stop recognizing that value, so it's not really maintenable... Is there a way to send data to hubspot without using a form submission? Maybe with an event??

0 Upvotes
1 Reply 1
Teun
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

How to send contact data to hubspot without a form submission?

Hi @aaldana ,

 

There are 3 ways you can create contacts in HubSpot through the API:

 

  1. The 'create' endpoint of the Contact CRM API
  2. The form submission API
  3. Using the 'identify' event of the Tracking Script API

Using options 2 and 3 will also store analytics data to the contact record (pages viewed etc.)



Learn more about HubSpot by following me on LinkedIn or YouTube

Did my answer solve your issue? Help the community by marking it as the solution.