PipedreamHQ / PipedreamHQ/pipedream
[Components] savvy_folders
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# savvy_folders
## URLs
- https://www.savvyfolders.com/api-docs
## Webhook Sources
### new-folder-instant
#### Description
Emit new event when a new folder is created in the user's Savvy Folders account. Optionally filter by parent folder ID.
### new-file-instant
#### Description
Emit new event when a new file is added to a folder. Required prop: folder ID to monitor. Optionally filter by file type.
### new-comment-instant
#### Description
Emit new event when a comment is added to a file or folder. Optional props: folder ID or file ID to narrow results.
## Actions
### create-folder
#### Description
Create a new folder in a specified parent folder. Required props: folder name; Optional: parent folder ID (defaults to root).
### upload-file
#### Description
Upload a file to a specific folder. Required props: file content, destination folder ID. Optional: file name, tags.
### add-comment
#### Description
Add a comment to a specific file or folder. Required props: content, target file or folder ID.
Contributor guide
Assessment
This issue has not been assessed yet.