Hey everyone, quick question.
I want to create some company and contact records in Hubspot through Clay.
I should only create company if we've found a contact, which is not hard since I can add a run condition to not run if no contacts are found in the company.
If a contact (or more) is found, I push that to another table (Contact Table) and I then I push that contact to Hubspot as well. But I am not supposed to push contacts without an email.
Is there any way I could do this by only pushing the companies we found a contact email for?
I thought about after I move the contact to contact table and then if email is found through enrichment, then we create the company, but if there are 5 contacts with emails, it'll create it 5 times, which makes no sense for me.
Let me know if anyone knows a method please.