I am trying to automate the automatic association of a contact to a created deal. What I have done is create two sales pipelines for which I have automatically created Deals via the Zapier integration from contacts that came in via a Hubspot form the past weeks (so existing contacts in Hubspot). The creation of these deals from the contacts (based on a contact property change) worked. But I now have the problem that none of my contacts are associated with my created deals. For context, my business does not operate with other businesses/companies but with private individuals, therefore the deal name is equal to the contacts first and last name. I have tried many versions through zapier but the issue seems to be that the automatic association from a contact to a deal cannot be resolved through the zapier options. Any idea how I can automatically assign my contacts to the created deals so I do not have to do this manually each time? Or if I may be missing an important step inbetween (tried it with find contact before association but also not successful).
Thank you a ton in advance and best
Daniela
Page 1 / 2
@Troy Tessalone,
I dont know why its working but it is working now. Thank you for all your help and patience. I will try not to touch anything and hopefully it keeps working.
You had everything set up correctly. Sometimes it is best to then go into hubspot and do something to trigger again. Then you can go back to the zap, bring in the new data and do test & continue steps to ensure everything is OK.
some things that can cause issues I you create a test deal to start the zap build process then delete the test deal whilst doing the zap build and then subsequent tests fail for example. Can be confusing if you delete a deal or contact and then recreate it with the same information. The issue becomes that everything looks the same to us but the ID has changed.
@Troy Tessalone,
I dont know why its working but it is working now. Thank you for all your help and patience. I will try not to touch anything and hopefully it keeps working.
@AFM
No timetables are provided for feature requests.
Could be tomorrow, could be never.
@Troy Tessalone,
Thanks for your help. Maybe its best to wait for Hubspot to fix it? Do you think the New Deal trigger will be available in the next couple of weeks?
Hi @danielajk, @DreTech , @AFM , @SeanWilson:
Thanks for reaching out and taking the time to surface this! I did some digging and was able to find the feature request related to adding associated fields to the “New Deal” trigger.
While we don’t have an estimate when this will get implemented, I did go ahead and add votes for everyone in this topic to it. This way the HubSpot and Zapier teams can continue to track interest and send emails when and if this gets implemented.
Thank you to @Troy Tessalone and everyone for continuing to share your recommendations and what’s worked for you!
I just tested them all and each on is working accept for the last step #3. I am still getting the ID error. Screenshots below:
@AFM
Make sure to test each Zap step manually
Hi Troy,
Thank you for the response and continued help. Hopefully this is helpful:
Should something be set under triggers for New Contact in Hubspot?
@AFM
Please post screenshots with all your Zap steps, thanks.
Here is the error I am getting:
I pulled the only “ID” option from the Contact field that appears. Which for me is : 37051
I am getting this error but this isn’t another ID for me to choose from.
Here is the full screenshot.
Honestly if its an option, I am happy to pay a fee to hop on a zoom and have you tell me what to click to get this to work.
@DreTech
You’ll need to use static IDs and/or use Zap steps to Find the Contact/Deal you want to dynamically map via variables as shown below.
This relates to the Contact
This relates to the Deal
Thanks for your response!
I tried it, however I don’t have a ID option for the second Field (I am assuming that’s the contact ID?)
Hi @DreTech & @AFM & @danielajk
Try this…
Zap Step 2 is related to the HubSpot Contact
Zap Step 3 is related to the HubSpot Deal
TIP: When in doubt, test it out!
We are having this same problem.
Trigger- New Form Submission
Action - Create or Update Contact
Action- Create Deal in hubspot
Action- Create Associations (this is where we are stuck, should this be contact to deal or deal to contact?) and which ID’s go on the object being associated and on the Id's of the objects the from object is being associated with)
Thanks so much for your help!
@AFM
Can you please post full screenshots of your Zap steps.
Unable to tell what HubSpot trigger event you are using.
NOTE: By default HubSpot will return certain properties for the chosen object.
Hi @Troy Tessalone, I am not seeing the option under Triggers to select “New Contact”. Maybe I am doing something wrong on my end?
Hi @AFM
Try these Zap steps…
Trigger: HubSpot - New Contact
Action: HubSpot - Create Deal
Action: HubSpot - Create Associations
I am having this same issue! I can not find a way to automatically create a deal when a new contact shows up in my Hubspot account.
I am commenting, as I would like the follow this thread as it gets solved. This will be huge for our business and eliminate a lot of work for my team.
Hi,
I have the exact some problem as you. The legacy Hubspot API was great. The new one is not good. This is unfortunate. I am working on doing something with my own API key and seeing if I can get anything from there.
Until then, I have two workflows:
New deals:
Updated deals where the contact association has changed
Here is the issue: There is no way to have a trigger that notices a change to hubspot associations. That is, if you change a contact associated with a deal - there is no trigger for that.
A workaround I have created is to use the trigger ‘update on property change’ and use the property change ‘last modified time’.
But now there are a LOT of triggers that are created. Every chat, conversation, email, phone call, everything is a trigger.
So then I dealt with it in three parts:
A trigger system that sends a webhook
A catcher system that sorts and filters these triggers and passes on to the actual updater
The updater that updates the database with all sorts of interesting things (looping through associated contacts to get their details and update them for example) but this is not a concern for the time being.
The Trigger goes like this:
Receive trigger
create a key in storage by zapier with Key: CID_{Deal_ID} and value {zap_meta_timestamp}
send webhook
The Catcher goes like this:
Receive webhook with Deal_ID
Go into delay by zapier queue with queue name Q_{Deal_ID}
once out of delay use storage by zapier to find key CID_{deal_ID}
Filter by zapier to continue only if a value is found at CID_{deal_ID}
It runs some other checks (not important) before sending a webhook to the actual updater and then:
Uses storage by zapier to erase the key and value at CID_{Deal_ID}
The updater goes like this:
Receive webhook with Deal_ID
Find deal by Deal ID
Find Associations by Hubspot type
Loop through to do what I want with them.
In your case it seems you have:
A deal
A contact
No way of associating the contact with the Deal
I would recommend:
Once a deal is created with your other Zap
Send webhook for sub routine and make the payload the DealID and contactEmail
Sub routine searches for contact by email address (the unique key for contacts in HS)
New association using dealID and ContactID
@danielajk
The HubSpot New Deal Zap trigger is NOT instant.
Polling trigger: the majority of triggers are polling triggers. With a polling trigger, Zapier will check for new data from your trigger every 1 to 15 minutes in order to start your Zap, depending on your pricing plan.
@Troy Tessalone Thanks a lot for this tip. I could get it to work now. I have an trigger in place that creates a deal from a contact list in Hubspot. Once triggered, the zap will now include first and last name aswell as the contact id. It will separate the three with tha Formatter. With the Contact ID it is then easy to find the contact and create the association. I have one more issue with the contact association and automatic deal creation. So it seems that once a deal is automatically created with a zap based on another trigger, the contact association zap does not trigger (or recognize the new deal?). I have tested this by comparing the deals created via the zap from the Hubspot contact list vs. creating a deal manually. The contact association zap only triggers when a deal is manually created (only my test deal from 14.19).