Docs/App Integrations/File Generator

File Generator

App Integrations

File Generator Node

Overview

Supports the following operations: PDF Document, CSV Spreadsheet, Plain Text.

Configuration

PropertyTypeDefaultDescription
fileTypestring—Configuration field for fileType
fileNamestring—Configuration field for fileName
dataSourcestring—Configuration field for dataSource
htmlTemplatestring—Configuration field for htmlTemplate

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.

Try File Generator in Your Workflow

Create a free account and start building AI-powered workflows with the File Generator node.

Open Workflow Editor