PipedreamHQ / PipedreamHQ/pipedream

[Components] alphamoon

Open
#13,411 1 comment 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# alphamoon
## URLs
## Polling Sources
### new-processed-collection
#### Prompt
Emit new event when a collection is processed and ready for export in a selected process. The prop 'selected process' requires user configuration to specify the process.
### new-processed-file-result
#### Prompt
Emit new event each time a processed file result appears in user-selected process. This trigger is useful for processes dealing with multiple files. The 'selected process' prop is necessary to be defined by the user.
### new-processed-file
#### Prompt
Emit new event once a processed file appears in the user-defined process. This trigger is particularly handy for processes involving multiple files. The 'selected process' prop is required to be specified by the user.
## Actions
### find-processed-file-results
#### Prompt
Search for results that were generated from a processed file. You need to provide the file id as a required prop. You can optionally assort by date, and use relative dates for quicker searches.
### create-file-processing
#### Prompt
Initiate a new file processing job. The required props are the file to be processed and the processing parameters. You can optionally specify the priority of this job, the default is 'low'.
### find-original-files
#### Prompt
Search for the original files that were uploaded for a specific collection. The collection id should be provided as a required prop. If the collection contains multiple files, the result will be a .zip archive. You can optionally filter by file type.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.