This post shares an early prototype of a local Outlook email draft refinement helper in absence of Copilot license. The helper is intended to support everyday email writing by using a configured ChatGPT Email Refiner GPT to improve selected draft text and insert an AI-generated suggestion back into the Outlook draft.
Content Description:
The current version allows a user to highlight text in an Outlook desktop draft, run the helper, and receive a refined version below the original text under “AI suggestion.” The original draft text is kept unchanged, so the user can review, compare, edit, or delete the suggested version before sending.
Application:
Outlook desktop, ChatGPT / Email Refiner GPT
Target Persona:
Business users, analysts, consultants, sales teams, customer-facing teams, managers, and anyone who regularly drafts professional emails.
Business Use Case / Questions:
- Can selected Outlook draft text be refined without replacing the original version?
- Can AI suggestions be inserted safely below the existing draft for human review and eliminate the need to manually switch between ChatGPT and outlook and all the copy paste and instructions?
- Can a lightweight local helper reduce manual copy/paste between Outlook and ChatGPT?
- Would this type of workflow be useful before moving toward a more formal Outlook add-in or API-based integration?
- What reliability, data policy, packaging, or governance improvements would be needed before broader use?
Current Behavior:
- Captures selected Outlook draft body text
- Sends it to a configured Email Refiner GPT
- Waits for a stable response
- Inserts the refined text below the selected draft text
- Adds the suggestion under “AI suggestion”
- Keeps the original draft unchanged
Package Includes:
- Windows batch launcher
- Python automation script
- Configuration file
- README / how-to guide
- Troubleshooting guide
- Version notes
- Plain text copy of the code for review
Pre-Requisites:
- Oracle employee account, to access the shared test package and any Oracle workspace/community resources
- Windows
- Outlook desktop app
- Chrome or Edge signed in to ChatGPT
- Python available through the Windows py launcher
- A ChatGPT workspace/custom GPT or equivalent prompt configured for email refinement
- User/organization approval to use the selected email text with the configured ChatGPT workspace/GPT
Download:
The test package is available here: email-refiner-standard-v0.1 by RS.zip
Access is limited to people in Oracle Corporation with the link.
Important Note:
This is not an official Oracle product or supported enterprise tool. It is a local prototype shared for learning, experimentation, and feedback. It uses Outlook/browser window automation, so users should test carefully and avoid using sensitive content unless the data flow is approved by their organization.
Feedback Requested:
I would appreciate feedback on:
- Whether this workflow is useful for everyday email drafting
- Whether the “AI suggestion" below original text, approach feels safe and practical
- Any setup or reliability issues
- Any unexpected pasted text or formatting problems
- Whether a future Outlook add-in or API-based version would be a better direction