Pass data from webhook to Hubspot Contact Records

I am trying to send data I am collecting via a webhook for my application signup flow and I would also like to create a new Hubspot contact when someone signs-up.

I created a scenario that routes the Webhook payload to Hubspot. When I do this, an empty record is created in Hubspot.

Should I actually create another HTTP request to send the data to Hubspot? How do I map the fields to what Hubspot needs? Any recommendations are greatly appreciated.




I haven’t used the HubSpot create a contact widget but it doesn’t look like you’ve passed any properties in. You probably need to define first name, last name, phone, email, etc. in the properties section in the hubspot module.

3 Likes

Hi @Jeremy_Miller
Please click on properties and map the values there
see this

thank you

1 Like