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!