PipedreamHQ/pipedream

Procore Actions [ACTION]

Open

#6,373 opened on May 9, 2023

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (7,438 stars) (5,305 forks)batch import
actionblockedenhancementgood first issuehelp wantedrequested user help with componenttriaged

Description

Is there a specific app this action is for? Procore Please provide a link to the relevant API docs for the specific service / operation. https://developers.procore.com/

Currently the Procore integration only has triggers and no 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 (same for all Pipedream's Procore project-level triggers). 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 pull:

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

Contributor guide

Procore Actions [ACTION] · PipedreamHQ/pipedream#6373 | Good First Issue