qmatteoq / outlook-businessmails-openai

49 stars 17 forks source link

Outlook OpenAI Add-in

This add-in allows you to write professional business emails with the help of OpenAI APIs. You can simply type a simple sentence and the add-in will generate a polished and formal email based on your input.

The project comes into two variants:

Please note: this project is meant to help developers understanding how they can integrate OpenAI APIs and ChatGPT into their applications, in this case an Outlook add-in. It's not meant to be a "ready to be deployed" solution.

This project is a companion of the following articles, which explains how this add-in was built:

How to use

Please note: make sure to read the companion blog post to understand all the requirements.

Features

Deployment

This add-in is built using the Office web model. If you want to deploy it on other machines without using Visual Studio Code, you must host it on a web storage and change the manifest file to point to the new URL. Refer to the following documentation to learn how to host the add-in on Azure Storage.

Feedback

If you have any feedback, suggestions or issues with the add-in, please feel free to open an issue or a pull request on this repository.