Skip to main content
Question

Adding customer company fields from HubSpot to Procore bid board

  • October 7, 2025
  • 12 replies
  • 53 views

when setting up my zap to send hubspot deal to procore bid board i noticed the customer company is not an option and would like to add that to be pulled into procore.. also the Office field is the same.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

12 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • October 7, 2025

Hi ​@Brbell2 

For us to have more info about what you are referring to post screenshots showing how your Zap steps are outlined so we can see which app events you are using for the trigger and actions.


  • Author
  • Beginner
  • October 7, 2025

attached is a test sending the data from hubspot to procore for bid board creation.

 

I’ve highlighted the fields that are not available to be pulled into procores bid board creation

 

Office: automate to “T Rock Construction”

Customer Company: Pull the Client data from hubspot into procore Customer Company field

 

 

one other small issue is, When setting the “status” on the zap it shows the wrong naming conventions in procore. looks like its using the old default naming conventions. for example on zapier “status” within the procore zap its set at “estimating” but puts the project into “service - estimating”

 

 


  • Author
  • Beginner
  • October 7, 2025

heres the screen grab of the zap “status” 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • October 7, 2025

@Brbell2 

Your screenshots do not show how your Zap steps are outlined, so we can’t tell which order of steps you are trying to take and with which app event as the trigger and actions.


  • Author
  • Beginner
  • October 7, 2025

does this help?

I essentially need the client from hubspot to pull into the procore bid board when it is created with zapier however i do not see the field for customer company or office within the zap. can data fields be added??


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • October 7, 2025

@Brbell2 

Customer Company is related to the Customer object in Procore, so that would likely need another Zap step to find/create the Customer.

 


  • Author
  • Beginner
  • October 7, 2025

what are the steps to do this specifically

 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • October 7, 2025

@Brbell2 

You can review the list of available Procore Zap app triggers/actions here: https://zapier.com/apps/procore/integrations#triggers-and-actions

 

To add another Zap step you can click the + button before/after a Zap action step.

 

 

CONTEXT

  • Office → linked to the Office object in the Company Directory (represents one of your company’s physical or regional offices).

  • Customer Company → linked to the Company object in the Directory (represents the customer’s business or organization record).


  • Author
  • Beginner
  • October 7, 2025

maybe im not understanding but i just want to add a client to the bid board during the bid board creation… is there a custom zap we need to create?


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • October 7, 2025

@Brbell2 

NOTE: Most Zap app integrations are created and managed by the app developer (not Zapier) using the Zapier Developer Platform.

 

If the desired fields are not available in the Procore Zap action, then things to check/try:

 

If you are looking to hire help, there is a directory of Zapier Partners: https://zapier.com/partnerdirectory

 

 

If the Procore Zap action doesn’t expose that field:

  • You’ll need to add a Procore API call step after “Create Bid Board Project” using Zapier’s “Webhooks by Zapier” action.

  • That API request would PATCH the project and set the customer_company_id to the correct Procore Company ID.

Example endpoint:

PATCH https://api.procore.com/rest/v1.0/projects/{project_id}
{
"customer_company_id": 12345
}
 
 

Forum|alt.badge.img+4
  • Zapier Staff
  • October 8, 2025

Hi ​@Brbell2 👋

Do you still need help with this? 

I had a look at the available Procore action steps, and it seems that “Company” is a field in the Create Bid Board Project, so you should be able to link the company with the project. Can you let me know what happens when you try to send information there? 

I also noticed that there’s a step to “Create Company Contact” that may be useful if you want to send specific customer information to the company in Procore. 

Let us know how it goes 😊


Sparsh from Automation Jinn
Forum|alt.badge.img+6

 Hey ​@Brbell2,

I don’t think it’s possible to do it through native Zapier actions. You can put in a feature request by contacting the Zapier support here- https://zapier.com/app/get-help.

I don’t think it’s possible through the API as well. From what I understand you want to create/ update a bid board project rather than a simple project. 


 

As you can see it doesn’t expose the field Office and Customer company that you want to update. So it might be a limitation on the Procore API side and you can only do it right now through their UI. Hope it helps!