This message was deleted.
# markops
s
This message was deleted.
p
@Swarnendu Dutta
m
If I understand the question correctly, you mean people who signup on website. The easiest way would be to use hubspot forms, you can embed hubspot form on your website and push signup data real time to your CRM, this can also be used to set up automations, push automated emails, notify right people etc.
p
Yes people who sign up on the website.
We are not using HS form and due to that seeing some discrepancies.
m
Using API endpoints
4
s
Create a mirror form in HubSpot and send the form submissions via post request using access tokens to HubSpot form.
Also note to capture the HubSpot cookie and send it along the form submission for HubSpot to track the web activity of the user.
n
any form will get auto captured in hubspot
s
Not all forms does. There are few exceptions to this like if the form is not added as a form element or if it's from third part pop ups etc
n
oops i meant HTML forms 🙂
1
in one of our flows - for every signed up user we create a Customer/Subscription in Chargebee and Chargebee is connected to Hubspot natively
v
folks who are doing using API endpoints, are you able to pass user activity/cookie data?
n
in my org, we use a combination of "segment.com" integration and some bespoke scripts to update hubspot
s
@Vijay Choudhary Yes. You would need to pass HubSpot utk cookie data.
v
How do you do it with mirrored form? Any link to read more on this @Swarnendu Dutta
s
Mirrored form basically means you create a similar form as your custom form and map your submissions to that. It is necessary because you can create automations based on that form submission. Happy to jump on a call to discuss this.
i
v
That would be great @Swarnendu Dutta, I'll dm you on this
Thx @Ishan Manchanda incredibly helpful