Hello
I’ve tried - really, I did - and even though the scenario works, I can’t solve how to get the details:
The scenario is fairly simple: When a deal is won in Hubspot, I want to create a task in Clickup with the deal information (deal name, description, amount, etc. ) – AND, the associated company name and contacts (if available)
→ MODULE [HUBSPOT | List Associations]: from Object type: deal / object ID (fetching ID from CRM Objects); to Object type: contacts, companies
→ (then we create task in clickup)
I ran tests few times and can confirm that the scenario is successfully configured: it retrieves the deal information and successfully identifies the associated company ID (and contact ID) for a won deal in HubSpot. The problem is, that I can’t figure out how, based on the correct company and contact IDs to retrieve the actual values of those properties: company name and contact name (first/last)
Here are my screenshots. I’m focusing primarily on Hubspot data as the Clickup works fine (sans the company/contact association).
Highly appreciate your thoughts and potential solution!
Well, it took me a while to figure it out; ran out of the free plan operations allowance (I truly wish there would be a better method of testing and prototyping it… or is there?) and after frustration and rollercoaster I’ve got the results. Now: perhaps there is an easier way to do it - so if you are as geek as I am, we may have a good conversation
Below is the screenshot (after final successful test) and here is the walk-through:
HubSpot CRM - Watch CRM Objects: Watching for closed Deal; Trigger: Deal Stage: Won
The ultimate goal is to create tasks in ClickUp:
(1) in deals list = deal task (name, amount, description, etc. skip if already exist);
(2) in accounts list = Won Deal’s associated company name (skip if already exist); and
(3) in contacts list = Won Deal’s associated contacts (may be more than one, skip if any exist)
I’m adding Hubspot Record ID into ClickUp custom field so that I can cross-check and avoid duplicates if records (=tasks) already exist.
When creating Deal Task, I wanted to bring “ticker” (it’s a shortcut 4-letters company name, that I use to identify projects along with project number) - this one is tricky, because the “ticker” is part of Company Property in HubSpot and I needed to repeat the association path to get that value into the deal – not sure if this is the best way, but heck -it’s working
I’ve mapped the entire process and need to update first before sharing – hope my sweat and tears may bring you some solace if you find yourself in similar spot. Best, AZ