export_guidance
Receive AI-powered guidance for export operations including best practices, platform-specific recommendations, and filtering strategies for mailbox data migration.
Instructions
Get AI-powered guidance for export operations including best practices and recommendations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filters | No | Any specific filters you want to apply | |
goal | No | What you want to achieve with the export | |
mailboxes | No | Approximate number of mailboxes to export | |
platform | No | Target platform for export |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"additionalProperties": true,
"description": "Any specific filters you want to apply",
"type": "object"
},
"goal": {
"description": "What you want to achieve with the export",
"type": "string"
},
"mailboxes": {
"description": "Approximate number of mailboxes to export",
"type": "number"
},
"platform": {
"description": "Target platform for export",
"type": "string"
}
},
"type": "object"
}