Gmail

GMAIL_MOVE_TO_TRASH

Moves an existing, non-deleted email message to the trash for the specified user.

Remote gmail

Other tools also called GMAIL_MOVE_TO_TRASH? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user_id": {
      "type": "string",
      "title": "User Id",
      "default": "me",
      "examples": [
        "[email protected]",
        "me"
      ],
      "description": "User's email address or 'me' for the authenticated user."
    },
    "message_id": {
      "type": "string",
      "title": "Message Id",
      "examples": [
        "1875f42779f726f2"
      ],
      "description": "Identifier of the email message to move to trash."
    }
  }
}
          

Provider

Gmail →