Google Toolbox

modify_email

Manage email labels by archiving, trashing, or marking emails as read/unread. Add or remove labels to organize and streamline email workflows efficiently.

Instructions

Modify email labels (archive, trash, mark read/unread, etc.)

Input Schema

NameRequiredDescriptionDefault
add_labelsNo
idYes
remove_labelsNo

Input Schema (JSON Schema)

{ "properties": { "add_labels": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Add Labels" }, "id": { "title": "Id", "type": "string" }, "remove_labels": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Remove Labels" } }, "required": [ "id" ], "title": "modify_emailArguments", "type": "object" }

You must be authenticated.

Other Tools from Google Toolbox

Related Tools

ID: 4wfavu4bhs