Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

bulk_update_mailboxes

Update multiple mailboxes simultaneously by modifying names, usernames, or other properties in a single operation for efficient mailbox management.

Instructions

Update multiple mailboxes with new names, usernames, or other properties in a single operation.

Input Schema

NameRequiredDescriptionDefault
serviceProviderNoService provider override
updatesYesArray of mailbox updates to perform
workspaceKeyNoWorkspace key override

Input Schema (JSON Schema)

{ "properties": { "serviceProvider": { "description": "Service provider override", "enum": [ "GOOGLE", "MICROSOFT" ], "type": "string" }, "updates": { "description": "Array of mailbox updates to perform", "items": { "properties": { "firstName": { "description": "New first name", "type": "string" }, "lastName": { "description": "New last name", "type": "string" }, "mailboxId": { "description": "Mailbox ID to update", "type": "string" }, "username": { "description": "New username", "type": "string" } }, "required": [ "mailboxId" ], "type": "object" }, "type": "array" }, "workspaceKey": { "description": "Workspace key override", "type": "string" } }, "required": [ "updates" ], "type": "object" }

Other Tools from Zapmail MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dsouzaalan/zapmail-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server