Outlook Add-in with OpenAI APIs.
This Outlook add-in is developed with the React framework and uses Office.js and OpenAI packages to interact with the Outlook application and OpenAI APIs.
Run npm install
and npm start
for a dev server with an example. Test it in your Outlook desktop application.
-
"Generate business mail" -> Generates a business email from the selected text in the original language.
-
"Translate to English" -> Translates the selected text into English.
-
"Correct spelling and grammar" -> Corrects the spelling and grammar of the selected text in the original language.
-
"Set OpenAI token" -> Setup your personal OpenAI api token:
- Add your urlProd to the
webpack.config.js
file. - Run the
npm run build
command and publish the compiled output. - Import the Add-in from the url yoursite.com/manifest.xml.