File Generator
App IntegrationsFile Generator Node
Overview
Supports the following operations: PDF Document, CSV Spreadsheet, Plain Text.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
fileType | string | — | File Type for this node |
fileName | string | — | File Name for this node |
dataSource | string | — | Data Source for this node |
htmlTemplate | string | — | Html Template for this node |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{file-generator.filename}}anyOutput field: filename
{{file-generator.content_base64}}anyOutput field: content_base64
{{file-generator.size_bytes}}anyOutput field: size_bytes
Examples
Basic Usage
Example configuration:
{
"fileType": "value",
"fileName": "value",
"dataSource": "value",
"htmlTemplate": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Verify your connection credentials are configured in Settings > Integrations.
Try File Generator in Your Workflow
Create a free account and start building AI-powered workflows with the File Generator node.
Open Workflow Editor