Learn how to use the formatted-email slash command to create email-compatible HTML snippets
Create email-compatible HTML snippets that can be inserted directly into email clients like Gmail. Generates clean, inline-styled HTML using tables for layout to ensure maximum compatibility across email clients. Perfect for newsletters, announcements, and professional email templates.
Required:
content
- The text, images, or elements to include
style
- Design preferences (colors, layout, formatting)
Optional:
sections
- Header, body, footer content
call-to-action
- Button text and link
branding
- Logo or company colors
The command returns:
Create a simple announcement email with professional styling.
Create a newsletter template with multiple sections and CTA button.
Create a product announcement with branded colors and action button.
No DOCTYPE, html, head, or body tags (just the snippet). All styles are inline for email client compatibility. No JavaScript or unsupported email features. Uses table-based layout for consistent rendering. Optimized for 600px width (standard email width).