Create Export Template
export_template_createSave export configurations as reusable templates, enabling consistent report generation with predefined filters and formats.
Instructions
Use this when the user wants to save their export configuration as a reusable template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name | |
| report | No | Report type identifier | |
| format | No | Export format | |
| teamIds | No | Team IDs filter | |
| projectIds | No | Project IDs filter | |
| userIds | No | User IDs filter | |
| type | No | Task type filter | |
| filter | No | Status filter | |
| splitTask | No | Split multi-day tasks | |
| summarize | No | Summarize data | |
| No | Default email for sending exports | ||
| filename | No | Default filename |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Created template ID | |
| name | No | Template name |