export_project
Export a complete Zoho project to your local machine, generating project.json with all data and an images folder for attachments. Facilitates moving projects to other systems.
Instructions
Export an entire Zoho project to a local directory. Creates a portable export with project.json containing all data and an images/ folder with downloaded attachments. Use this for importing projects into other systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | Yes | Absolute path to directory where export should be saved. Will create project.json and images/ subfolder. | |
| project_id | Yes | Zoho Project ID to export | |
| include_images | No | Whether to download inline images from task descriptions (default: true) |