๐ Complete Filestore Guide
Start here - Full documentation with examples, API reference, and usage
patterns for the
/selected-filestore
slash commandKey Features
- Multiple File Types: Text files, images, PDFs, Word documents, Excel spreadsheets, PowerPoint presentations, and other binary formats
- Automatic Content Extraction: Built-in extraction for PDFs, Word, Excel, PowerPoint, and CSV files
- Flexible Link Expiration: Set expiry from 1-7 days or make files publicly accessible with โneverโ
- Append Operations: Add content to existing files without overwriting entire file
- Metadata Management: Store additional information about files as JSON objects
- File Upload Methods: Support for text content creation and binary file uploads from buffers
- Event Triggers: Automatically start workflows when files change (onCreate, onEdit, onDelete) at collection or file level
Common Use Cases
- Configuration file management with version tracking
- System log maintenance with append functionality
- Document storage with rich metadata and content extraction
- Temporary file sharing with controlled access periods
- Template storage for reuse across automations
- Reactive file processing systems that respond to file changes