APIs & Integrations

andriigo
Contributor

HubSpot form submission via API, Zapier

Hello Team,

 

So, we have our custom sign up form, which goes to the app. I want it also to be submitted in HubSpot via API.

 

Please find the form here.

 

I have created an identical form in HubSpot.

 

What to do with the password field? And with two GDPR fields?

 

Can someone explain in very simple terms how to submit it via API?

 

I'm looking here, but new to programming. We are also using Zapier, maybe there is a way to do it via Zapier?

 

0 Upvotes
4 Replies 4
dennisedson
HubSpot Product Team
HubSpot Product Team

HubSpot form submission via API, Zapier

Hello @andriigo !

Welcome to the Community!

Do you want the password to be passed to HubSpot.  Feel like that might need to stay out of site.  I am also wondering if instead of a form submission, your app should just update the contact when a form is completed 🤔

@tjoyce , @MichaelC , @thesnappingdog what are yoour thoughts?

0 Upvotes
andriigo
Contributor

HubSpot form submission via API, Zapier

Hello Dennis,

 

Ok, then we will leave password outsite HubSpot.

 

You mean after our app form is completed, it should update the contact in HubSpot?

 

 

0 Upvotes
dennisedson
HubSpot Product Team
HubSpot Product Team

HubSpot form submission via API, Zapier

I am thinking that your app would accept the data and pass it on to HubSpot.  It really depends on your app, though

andriigo
Contributor

HubSpot form submission via API, Zapier

We are planning to make call to HubSpot API and pass the data in form-type format (method "call"), then returned result is in JSON. Can you recommend how to do it in Ruby?

0 Upvotes