prepare_archive_email
Prepares an email for archiving by returning a preview and approval token. Use confirm_archive_email with the token to move the email to the Archive folder.
Instructions
Prepare to archive an email (move to Archive folder). Returns a preview of the email and an approval token. Call confirm_archive_email with the token to execute. Returns an error if the email ID does not exist. The token expires after 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | The email ID to archive (e.g., from list_emails or search_emails) |