Hello,
I am currently trying to integrate Apollo and Freshsales Suite.
The objective is that when one contact is created in Apollo, it must be created in Freshsales. However, the Account must also be created if it doesn’t exist in Freshsales.
So something like:
(Apollo) Create contact → (Freshsales) Check if account exists, if not then create and associate contact with this account → (Freshsales) Check if contact exists, if not then create and associate account with this contact
Is this possible? Do we need to break it up into two workflows (one for creating or finding the account and another for the contact)
Thank you!