Best answer

Procore Integration - List Submittals for All Projects

  • 9 May 2023
  • 2 replies
  • 85 views

Procore API Documents: https://developers.procore.com/

Currently the Procore integration doesn’t have any List actions. The problem with Procore's API is that most of the endpoints people want to pull from Procore is at the project level, but you have to specify the project ID to do this (example: all Procore triggers on Zapier). This would require manually creating a workflow for every project (my company has ~20 concurrent projects at any given time). I need a way to use the List projects endpoint to get a list of each project's project_id and then iterate through that list calling the List Submittals on a project endpoint. Using a schedule trigger to kick it off.

I would love to be able to do the same loop through all projects to get:

I'm really really hoping this is possible. Thank you!

icon

Best answer by Troy Tessalone 10 May 2023, 04:21

View original

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

2 replies

Userlevel 7
Badge +14

Hi @ccollins 

Good question.

App APIs can be used in Zap steps with these apps:

  1. Webhooks: https://zapier.com/apps/webhook/help
  2. Code: https://zapier.com/apps/code/help

 

The Looping app can be used for iterations: https://zapier.com/apps/looping/help

 

If you need help, consider hiring a Certified Zapier Expert: https://zapier.com/experts/automation-ace

I’ll  look into these resources. Thank you so much for your reply!