Skip to main content
Rilo provides comprehensive document and file management tools for creating, editing, storing, and collaborating on documents and files across multiple platforms. These tools enable automated document workflows, file organization, and cloud storage management.

Available Tools

Google Workspace

  • Google Docs - Cloud-based word processor with real-time collaboration
  • Google Sheets - Cloud-based spreadsheet with formulas and data visualization
  • Google Drive - Cloud storage with file sharing and collaboration
  • Google Calendar - Time management and scheduling
  • Google Slides - Cloud-based presentation editor
  • Google Tasks - Simple task management
  • Google Maps - Location and mapping integration
  • Google Classroom - Educational management platform

Cloud Storage

  • Dropbox - Cloud storage and collaboration
  • OneDrive - Microsoft cloud storage
  • Box - Cloud content management
  • SharePoint - Document management and collaboration

Other Tools

  • Excel - Microsoft spreadsheet application
  • Dropbox Sign - Electronic signature and document workflow
  • Formsite - Online form and survey creation
  • Jotform - Online form builder
  • SurveyMonkey - Online survey creation and analysis
  • Tally - Easy form building platform

Google Docs

Cloud-based word processor with real-time collaboration, version history, and Google Workspace integration.

Authentication

Requires authentication with googledocs integration.

Capabilities

Google Docs provides comprehensive document creation and collaboration capabilities:
  • Document creation and editing
  • Real-time collaboration
  • Formatting and styling
  • Comments and suggestions
  • Version history
  • Integration with Google Workspace

Available Functions

Google Docs provides 33 functions for document creation and editing:

Available Triggers

Google Docs supports app event triggers:
Use get_tools_trigger_actions to discover all available triggers for Google Docs.

Google Sheets

Cloud-based spreadsheet application with real-time collaboration, formulas, and data visualization.

Authentication

Requires authentication with googlesheets integration.

Capabilities

Google Sheets provides comprehensive spreadsheet capabilities:
  • Data entry and manipulation
  • Formulas and functions
  • Charts and data visualization
  • Conditional formatting
  • Data validation
  • Collaboration and sharing

Available Functions

Google Sheets provides 35 functions for spreadsheet management:

Available Triggers

Google Sheets supports app event triggers:
Use get_tools_trigger_actions to discover all available triggers for Google Sheets.

Google Drive

Cloud storage solution for uploading, sharing, and collaborating on files across devices with robust search and offline access.

Authentication

Requires authentication with googledrive integration.

Capabilities

Google Drive provides comprehensive file storage and management capabilities:
  • File upload and storage
  • File sharing and permissions
  • Folder organization
  • Search and discovery
  • Version control
  • Integration with Google Workspace apps

Available Functions

Google Drive provides 50+ functions for file management:

Available Triggers

Google Drive supports app event triggers:
Use get_tools_trigger_actions to discover all available triggers for Google Drive.

Google Calendar

Cloud-based calendar with scheduling, event management, and Google Workspace integration.

Authentication

Requires authentication with googlecalendar integration.

Capabilities

Google Calendar provides comprehensive calendar and scheduling capabilities:
  • Event creation and management
  • Calendar sharing and collaboration
  • Recurring events
  • Meeting scheduling
  • Reminders and notifications
  • Integration with Google Meet

Available Functions

Google Calendar provides 25 functions for calendar management:

Available Triggers

Google Calendar supports app event triggers:
Use get_tools_trigger_actions to discover all available triggers for Google Calendar.

Dropbox

Cloud storage and collaboration platform with file syncing, sharing, version control, and cross-device access.

Authentication

Requires authentication with dropbox integration.

Available Functions

Dropbox provides functions for file management, sharing, and collaboration:

Available Triggers

Dropbox supports app event triggers:
Use get_tools_trigger_actions to discover all available triggers for Dropbox.

OneDrive

Microsoft cloud storage and collaboration platform with file syncing, sharing, and enterprise-grade security.

Authentication

Requires authentication with onedrive integration.

Available Functions

OneDrive provides functions for file management and collaboration:

Available Triggers

OneDrive supports app event triggers:
Use get_tools_trigger_actions to discover all available triggers for OneDrive.

Box

Cloud content management and file sharing platform with secure file storage, collaboration, workflow automation, and access controls.

Authentication

Requires authentication with box integration.

Available Functions

Box provides functions for content management and collaboration:

Available Triggers

Box supports app event triggers:
Use get_tools_trigger_actions to discover all available triggers for Box.

Using Document Tools in Workflows

Example: Automated Document Generation

The workflow will:
  1. Use Google Sheets to read data
  2. Use Google Docs to create and populate document
  3. Use Google Drive to save the document

Example: File Monitoring Workflow

The workflow will:
  1. Use Google Drive trigger GOOGLEDRIVE_FILE_CREATED with folder filter
  2. Process the new file automatically
  3. Execute workflow steps

Best Practices

Always use document IDs (not names) for operations:
  • Extract ID from URL: /d/ID/edit
  • Use search_documents() to find ID by name
  • Document IDs are 30-60 character alphanumeric strings
Use batch operations for efficiency:
  • batch_update_values for multiple cell updates
  • batch_get_values for multiple range reads
  • Process multiple files in parallel
Organize files with folders:
  • Create folder structure in Google Drive
  • Use parent folder IDs for organization
  • Set up folder-based triggers

Limitations

  • Google Docs: Cannot directly access documents by folder (need document ID)
  • Google Sheets: Cannot exceed 10 million cells per spreadsheet
  • All Tools: Cannot access files without proper sharing permissions
  • All Tools: Subject to service rate limits and API quotas
Each document tool integration connects to a single authenticated account. To use multiple accounts, create separate workflows.