lenx_export_task_data
Request and receive a CSV or XLSX export of task posts from a specified time range via email.
Instructions
Request a CSV or XLSX export of task post data. Results are sent to the specified email address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes | Array of task IDs to export (strings are auto-converted to numbers) | |
| unix_start | Yes | Start of export time range (unix timestamp) | |
| unix_end | Yes | End of export time range (unix timestamp) | |
| columns | Yes | Columns to include in the export file | |
| file_format | Yes | Export file format: csv or xlsx | |
| Yes | Email address to send the export to | ||
| is_comment | No | Include comments in export | |
| dedupe | No | Deduplicate posts in export | |
| limit | No | Maximum number of posts to export | |
| recipients | No | Additional email recipients | |
| email_subject | No | Custom email subject line | |
| timezone | No | Timezone for date formatting in export |