Handle incoming info requests without manual typing. The flow reads emails, checks if they ask about your company, and sends a short reply based on your internal files. It fits shared inboxes like info and pre sales questions.
A setup path builds a private knowledge base from your Google Drive. It pulls documents from a chosen folder, splits the text, creates embeddings with OpenAI, and stores them in Qdrant. For each email, the content is converted from HTML to Markdown, summarized with a smart model, and classified. If the message is a general company info request, an agent drafts a reply using Qdrant search as a tool, a second model reviews the text into clean HTML, and the message is sent back with the original subject line. Emails that do not match are skipped.
You need access to your mail server with IMAP and SMTP, a Google Drive folder for your documents, a Qdrant endpoint, and API keys for OpenAI and OpenRouter. Run the setup to index files, then process your inbox. Teams can cut response time, improve answer quality, and handle more volume without adding headcount.