Hi, we want to sync Closed Deals from Hubspot to Airtable via Zapier. We can get all properties from Hubspot, except of the Company Name Field. Unfortunately we cant select this field in Zapier.
Is there any possibility to also get this data into Airtable?
Thanks,
Hannes
Hey @HKocholl,
How’s it going?
To sync the Company Name field of Closed Deals from HubSpot to Airtable via Zapier, follow these steps:
-
Retrieve Company Information Using HubSpot API:
- You need to use HubSpot’s API to retrieve the Company Name associated with a Deal. This involves an additional step where you first get the Company ID linked to the Deal and then fetch the Company details using that ID.
-
Create a Zap in Zapier:
- Trigger: Set up your Zap to trigger when a deal is closed in HubSpot.
- Action (Step 1): Retrieve Deal Details
- Use the “Find Deal in HubSpot” action to get all deal details, including the Company ID.
- Action (Step 2): Retrieve Company Details
- Use the “Find Company in HubSpot” action to get company details based on the Company ID from the previous step.
- Action (Step 3): Update Airtable
- Use the “Create Record in Airtable” action to create or update a record with the retrieved Company Name and other deal properties.
-
Example Detailed Steps in Zapier:
Please give me a shout if you ahve any questions.
Cheers,
James - CEO @ Portant
Portant App for HubSpot: https://ecosystem.hubspot.com/marketplace/apps/sales/sales-enablement/portant-hubspot-google-docs-in…
Hi Hannes,
You can’t select the Company name because it is not stored in the deal itself.
You must:
- Find the Company that is ASSOCIATED with the deal. Zapier returns the Primary company.
- Use the resulting Company ID to GET COMPANY details including the Company name
- Then you have all you need to update Airtable
best
Pete