Send Export via Email
export_sendGenerate and send a timesheet export to an email address, with filters for teams and projects, and selectable export format.
Instructions
Use this when the user wants to generate and send a timesheet export directly to an email address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address to send the export to | ||
| report | Yes | Report type identifier | |
| startDate | Yes | Start date for the export period (YYYY-MM-DD) | |
| endDate | Yes | End date for the export period (YYYY-MM-DD) | |
| format | No | Export file format | |
| teamIds | No | Filter by team IDs | |
| projectIds | No | Filter by project IDs | |
| filename | No | Custom filename for the export |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether email was sent successfully | |
| No | Email address the export was sent to |