AutoMail is your AI powered assistant built to read your email and delegate actions automatically. Train your assistant to know what kind of mail you recieve and what key data points to extract out.
AutoMail v1: Email goes in. Data comes out
- A lot of the work that we don't want to do involves
- reading an email or ticket
- seeing it is the same as 100 other emails
- performing a small monotonous task
- Train an AI assistant by telling it the types of emails you recieve, what data is important in those emails, and what actions should happen subsequently
- Define Types of emails you will want to automatically parse called Document Types
- Define Data points that you want extracted from your email called Extraction Fields
- Process your Mail by uploading or pasting in mail or other documents you want to parse
- Design actions: such as webhooks, or calendar integrations for your assistant to dispatch based on your mail
- Allow AutoMail access to your inbox to start processing mail automatically
-
Set Environemnt Variable -
OPENAI_API_KEY
- {your OpenAi API key} -
Start the application
docker-compose up --build
- Navigate your browser to http://localhost:8080