You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the implementation of an integration for OneDrive in Elsa Workflows. The module should allow workflows to interact with OneDrive, supporting file and folder operations.
Tasks
Create a new module: Elsa.Integrations.OneDrive
Implement Workflow Activities:
CopyFile - Copies a file into a new folder location.
CreateFolder - Creates a new folder.
DeleteFileOrFolder - Deletes a file or folder.
DownloadFile - Downloads a specified file.
GetFile - Gets the metadata of a specified file.
GetShareLink - Gets a new share link for a specified file.
ListDrives - Lists drives of a specific site.
MakeAPICall - Performs an arbitrary authorized API call.
MoveFileOrFolder - Moves a file or folder to a new folder location.
RenameFileOrFolder - Renames a file or folder.
SearchFilesOrFolders - Searches for files or folders.
SearchSites - Searches for sites by a search parameter.
SendSharingInvitation - Sends a sharing invitation for a file or folder, providing permissions and optionally sending an email with a sharing link.
UploadFile - Uploads a file.
UploadFileByURL - Uploads a file by URL address (Only available for OneDrive Personal).
WatchFiles - Triggers when a file is created or updated in your drive.
WatchFilesOrFolders - Triggers when a file or folder is created or updated.
This issue tracks the implementation of an integration for OneDrive in Elsa Workflows. The module should allow workflows to interact with OneDrive, supporting file and folder operations.
Tasks
Create a new module:
Elsa.Integrations.OneDrive
Implement Workflow Activities:
Add Unit Tests
Add Documentation (
README.md
)References
Notes
Contributor Guidelines
If you're interested in working on this issue:
The text was updated successfully, but these errors were encountered: