Stacksync File System provides standard way to receive, securely store, and reuse files across workflow modules.
Stacksync File System is the platform capability for file ingestion in workflows. Files sent to workflow triggers are stored by Stacksync and represented as reusable file_id references. This removes raw file payload handling from downstream execution and provides a consistent integration model across workflow modules.
Files are workspace scoped and can be reused across workflows in the same workspace.
1. Processing Flow
When a POST Trigger webhook request includes file input, Stacksync automatically:
Ingests the incoming file payload.
Stores the file in Stacksync-managed storage.
Replaces file content with a Stacksync-managed file object containing the file_id reference.
Passes the updated payload to downstream workflow steps.
Supports both multipart file uploads and JSON payloads with embedded base64 file content.
2. Usage
Get the POST Trigger URL from your workflow trigger configuration: