Hiworks Mail MCP

send_email

Send emails using Hiworks Mail MCP by specifying recipients, subject, body, attachments, and optional CC/BCC. Supports text, HTML, and file attachments for efficient email delivery.

Instructions

하이웍스 이메일을 전송합니다.

Input Schema

NameRequiredDescriptionDefault
attachmentsNo
bccNo
ccNo
htmlNo
passwordNoP@ssw0rd2024!
subjectYes
textNo
toYes
usernameNoemployee.name@hiworks.com

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attachments": { "items": { "additionalProperties": false, "properties": { "content": { "anyOf": [ { "type": "string" } ] }, "filename": { "type": "string" } }, "required": [ "filename", "content" ], "type": "object" }, "type": "array" }, "bcc": { "items": { "type": "string" }, "type": "array" }, "cc": { "items": { "type": "string" }, "type": "array" }, "html": { "type": "string" }, "password": { "default": "P@ssw0rd2024!", "type": "string" }, "subject": { "type": "string" }, "text": { "type": "string" }, "to": { "type": "string" }, "username": { "default": "employee.name@hiworks.com", "type": "string" } }, "required": [ "to", "subject" ], "type": "object" }

You must be authenticated.

Other Tools from Hiworks Mail MCP

Related Tools

ID: kvt97zzqat