PipedreamHQ/pipedream

Procore Actions [ACTION]

Open

#6,373 建立於 2023年5月9日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)JavaScript (7,438 star) (5,305 fork)batch import
actionblockedenhancementgood first issuehelp wantedrequested user help with componenttriaged

描述

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!

貢獻者指南