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.