modify_gmail_message
Add or remove labels on a specific Gmail message by providing the user account, message ID, and labels to add or remove.
Instructions
Modify labels on a Gmail message (add or remove labels).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| message_id | Yes | The ID of the Gmail message to modify. | |
| add_label_ids | No | Label IDs to add to the message. | |
| remove_label_ids | No | Label IDs to remove from the message. |