create_file
Create a new Arc file in a specified folder, linked to a connector and message ID, for staging data to be processed.
Instructions
Create a new Arc file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | The folder where the file will be stored | |
| content | No | Base64 encoded file content | |
| filePath | No | Full path to the file | |
| fileSize | No | Size of the file in bytes | |
| filename | Yes | The name of the file | |
| messageId | Yes | The message ID associated with the file | |
| subfolder | No | Optional subfolder within the main folder | |
| connectorId | Yes | The connector ID that will process the file | |
| timeCreated | No | File creation timestamp (ISO format) | |
| batchGroupId | No | Batch group identifier for related files | |
| isBatchGroup | No | Whether this file represents a batch group |