confirm_move_email
Confirm and execute an email move using the token from the preparation step. Validates token and email, then moves email to the intended folder.
Instructions
Confirm and execute moving an email using a token from prepare_move_email. Moves the email to the destination folder specified during the prepare step. Returns a success message. Returns an error if the token is invalid, expired, already used, or if the email has changed since the prepare step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | The email ID to move — must match the ID used in the prepare step | |
| token_id | Yes | The approval token UUID from prepare_move_email (e.g., "a1b2c3d4-...") |