Skip to main content

Email Generator

Generate professional emails and email replies with appropriate tone, structure, and compelling subject lines. Perfect for business communication, customer service, marketing campaigns, and personal correspondence.

Email Types

  • Email Generator - Create new emails from scratch for any purpose
  • Email Reply Generator - Generate thoughtful replies to existing email conversations

Available Models

Loading available models...

Request Parameters

Field NameTypeDescriptionRequired
typetextEmail type (see types below)✔️
modeltextAI model identifier✔️
conversationIdtextSame as type value✔️
promptObject.tonestringEmail tone (professional, friendly, formal, casual, etc.)✔️
promptObject.languagestringContent language✔️
promptObject.promptstringEmail context, purpose, or original email to reply to✔️

Email Types

  • CONTENT_GENERATOR_EMAIL - Generate new emails
  • CONTENT_GENERATOR_EMAIL_REPLY - Generate email replies

Endpoint

Code Examples

New Email

curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "CONTENT_GENERATOR_EMAIL",
"model": "gpt-4o",
"conversationId": "CONTENT_GENERATOR_EMAIL",
"promptObject": {
"tone": "professional",
"language": "English",
"prompt": "Write a follow-up email to a potential client after a successful product demo meeting. Express gratitude for their time, summarize key benefits discussed, and propose next steps for moving forward with the partnership."
}
}'

Email Reply

curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "CONTENT_GENERATOR_EMAIL_REPLY",
"model": "gpt-4o",
"conversationId": "CONTENT_GENERATOR_EMAIL_REPLY",
"promptObject": {
"tone": "friendly",
"language": "English",
"prompt": "Original email: Hi Sarah, I hope this email finds you well. I wanted to reach out regarding the marketing campaign proposal we discussed last month. Our team has been working on some exciting new concepts that I think would be perfect for your brand. Would you have time for a call this week to discuss the details? Looking forward to hearing from you. Best regards, Mike"
}
}'

Interactive Playground

Loading interactive playground...

Email Features

New Email Generator

  • Subject Line Creation: Compelling subject lines that improve open rates
  • Professional Structure: Proper greeting, body, and closing structure
  • Purpose-Driven Content: Content tailored to specific business objectives
  • Call-to-Action Integration: Clear next steps and desired actions
  • Brand Voice Consistency: Maintains consistent tone and messaging

Email Reply Generator

  • Context Awareness: Understands original email content and context
  • Appropriate Response: Generates relevant and thoughtful replies
  • Tone Matching: Matches or appropriately adjusts tone from original
  • Professional Courtesy: Maintains professional email etiquette
  • Action-Oriented: Includes clear responses to questions and requests

Use Cases

  • Business Communication: Client outreach, partnership proposals, meeting follow-ups
  • Customer Service: Support responses, issue resolution, feedback collection
  • Marketing Campaigns: Newsletter content, promotional emails, event invitations
  • Internal Communication: Team updates, project status, announcements
  • Sales Outreach: Lead nurturing, proposal follow-ups, relationship building

Best Practices

  • Clear Purpose: Define the email's main objective in your prompt
  • Audience Consideration: Specify recipient relationship and context
  • Appropriate Tone: Choose tone based on relationship and purpose
  • Actionable Content: Include specific next steps or calls-to-action
  • Professional Standards: Maintain proper email etiquette and formatting

Response Format

Each email generator returns properly structured emails with subject lines, greetings, body content, and professional closings optimized for the specified purpose and tone.