💚
Beginner-Friendly Topic
Take your time - it's perfectly normal to re-read this topic 2-3 times. Try the interactive code editor below to run code yourself. Use the Q&A section to check your understanding before moving on. You've got this! 🚀
Prompts for Email and Communication
Email and professional communication is one of the most common use cases for AI. The right prompts help you draft, improve, shorten, and adapt messages for different recipients.
10 min•By Priygop Team•Updated 2026
Email Prompt Examples
Email Prompt Examples
# Email prompt templates
# Draft an email
draft_email = """
Write a professional email to [RECIPIENT] with the purpose of [PURPOSE].
Key message: [WHAT YOU WANT TO COMMUNICATE].
Tone: [FORMAL / FRIENDLY / URGENT].
Length: Under [WORD COUNT] words.
Include: [ANY SPECIFIC ELEMENTS, e.g. a question, a call to action].
"""
# Improve an existing email
improve_email = """
Improve this email for clarity and professionalism.
Do not change the meaning or the key information.
Keep the same tone.
Reduce to under [WORD COUNT] words if possible.
[PASTE YOUR EMAIL HERE]
"""
# Reply to an email
reply_email = """
Write a polite, professional reply to this email.
Purpose of my reply: [YOUR RESPONSE].
Keep it brief (under [WORD COUNT] words).
Tone: [FORMAL / FRIENDLY].
[PASTE THE ORIGINAL EMAIL]
"""
print("AI email drafts save time. Always read before sending.")Diagram
Loading diagram…
Deep Learning ⊂ Machine Learning ⊂ Artificial Intelligence
Key Takeaways
- Email prompts should specify recipient, purpose, tone, and length
- AI drafts save time but should always be read before sending
- Use AI to improve, shorten, or change the tone of emails you have already written
- Never include sensitive or confidential information in AI prompts
- Always personalize AI-generated emails with your own details before sending
Key Takeaways
- Email and professional communication is one of the most common use cases for AI.
- Email prompts should specify recipient, purpose, tone, and length
- AI drafts save time but should always be read before sending
- Use AI to improve, shorten, or change the tone of emails you have already written