Hi guys, I’d like to solve an frequently error in a scenario.
My scenario is: WebForm > WebHook > (HubSpot) Create Contact > (Hubspot) Create Deal but if I receive an email twice my scenario fail:
Ideally, you want you webhook to be followed by a Hubspot “Get a record” module, where you can query Hubspot with the email address.
From there, make 2 ‘routes’ in the scenario. One where the contact already exists (in which you can create the deal and associate that contact.
The other route, will be where you contact does not exist yet (Hubspot will return a 404 error :).