untrash_message
Restore deleted Gmail messages from trash to your inbox using the message ID to recover accidentally deleted emails.
Instructions
Remove a message from the trash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the message to remove from trash |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the message to remove from trash",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}