Email Draft Creator
create_email_draftCreates a professional email draft in EML format with HTML content, supporting recipients, subject, priority, and custom styling.
Instructions
Creates an email draft in EML format with HTML content using preset professional styling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | List of CC recipient email addresses | |
| to | No | List of recipient email addresses | |
| bcc | No | List of BCC recipient email addresses | |
| content | Yes | BODY CONTENT ONLY - Do NOT include HTML structure tags like <html>, <head>, <body>, or <style>. Do NOT include any CSS styling. Use <p> for greetings and for signatures, never headers. Use <h2> for section headers (will be bold), <h3> for subsection headers (will be underlined). HTML tags allowed: <p>, <h2>, <h3>, <ul>, <li>, <strong>, <em>, <div>. | |
| subject | Yes | Email subject line | |
| language | No | Language code for proofreading in Outlook (e.g., 'cs-CZ' for Czech, 'en-US' for English, 'de-DE' for German, 'sk-SK' for Slovak) | cs-CZ |
| priority | No | Email priority: 'low', 'normal', or 'high' | normal |
| file_name | No | Custom filename for the output file (without extension). If not provided, a unique identifier will be used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |