APIs & Integrations

Sunshine
Participant

integrate HubSpot as a new user signs up

SOLVE

We want integrate HubSpot as soon as possible as a new user signs up.

Workflow would be: User signs up by mail (x@y.com), using a LASERHUB form. At this point in time a new user is created in Hubspot using contact API. He will then see the HubSpot form (integrated via <script> tag) and answer some questions.

Now our question: How can we associate this form request with the specific user (x@y.com)?

We tried this and we realized that some match to an existing user is done, but we weren't able to understand which identifier is used for that. Easiest way would maybe be a hidden field in the form populated with the email. but form is hosted by HubSpot.

So, whats the best way to achieve this result?Thanks for your hints!

0 Upvotes
1 Accepted solution
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

integrate HubSpot as a new user signs up

SOLVE

Welcome, @Sunshine.

 

Happy to clarify.

 

HubSpot deduplicates contact records by their email property value. If you've already created a contact via the Contacts API with the email value "x@y.com," then any form submission containing the same email value will be attributed to the "x@y.com" record.

 

Have I understood your question correctly?

Isaac Takushi

Associate Certification Manager

View solution in original post

3 Replies 3
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

integrate HubSpot as a new user signs up

SOLVE

Welcome, @Sunshine.

 

Happy to clarify.

 

HubSpot deduplicates contact records by their email property value. If you've already created a contact via the Contacts API with the email value "x@y.com," then any form submission containing the same email value will be attributed to the "x@y.com" record.

 

Have I understood your question correctly?

Isaac Takushi

Associate Certification Manager
Sunshine
Participant

integrate HubSpot as a new user signs up

SOLVE

Thanks a lot for this input, Isaaac.

Yes, answer helps to solve our question.

Sonja

0 Upvotes
IsaacTakushi
HubSpot Employee
HubSpot Employee

integrate HubSpot as a new user signs up

SOLVE

Glad I could help, Sonja!

Isaac Takushi

Associate Certification Manager
0 Upvotes