Deluge Script Box is a collection of automation scripts built using Zoho's Deluge scripting language. This repository is designed to help users streamline and automate various tasks, such as scheduling operations, organizing files, sending notifications, and more. By leveraging Zoho Deluge, these scripts provide flexibility and efficiency for managing workflows across different applications and services.
- File Management: Automatically move, rename, or organize files based on specific criteria.
- API Integrations: Seamlessly integrate with Zoho and other third-party applications via API calls.
- Custom Workflows: Tailor automation scripts to fit unique business processes and operational needs.
- A Zoho account with access to Zoho Creator or any platform that supports Deluge scripting.
- Basic understanding of the Deluge scripting language.
- Optional: Access to Zoho APIs for extended functionalities.
- Clone this repository to your local machine:
git clone https://github.com/yourusername/deluge-script-box.git
- Navigate to the cloned directory:
cd deluge-script-box Import the relevant scripts into Zoho Creator or any other platform supporting Deluge.
- Open your Zoho Creator or supported platform.
- Navigate to the scripting section.
- Copy the desired script from the Deluge Script Box and paste it into your workflow or task automation process.
- Modify any script variables or settings as needed to fit your specific requirements.
-
File Organizer This script automatically moves and renames files based on their file type and modification date.
-
Notification Sender Sends a notification email or in-app message when a specific condition is met (e.g., when a file is uploaded or a task is completed).
-
Task Scheduler Automates repetitive tasks such as sending reports or cleaning up directories on a defined schedule.
We welcome contributions! If you have a script to share or improvements to suggest:
Fork the repository. Create a new branch (git checkout -b feature-branch). Commit your changes (git commit -m 'Add new feature'). Push to the branch (git push origin feature-branch). Create a Pull Request.