Export from Template
export_from_templateGenerate an export by applying a saved template to a specified date range.
Instructions
Use this when the user wants to generate an export using a previously saved template with specific date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| templateId | Yes | The template ID to use. Use export_template_list to find available templates. | |
| startDate | Yes | Start date for the export period (YYYY-MM-DD) | |
| endDate | Yes | End date for the export period (YYYY-MM-DD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether export was generated successfully | |
| size | No | File size in bytes |