An AI-powered email assistant that lives inside Outlook. Summarize threads, draft context-aware replies, and reschedule meetings — without leaving your inbox.
Select one or more emails in your inbox and Briefy generates a concise summary of each thread — key points, action items, and tone. Then draft a reply grounded in the full conversation history, matching your writing style.
Uses GPT-4 with the complete email thread as context. Summaries and drafts are generated server-side via Azure OpenAI, with the SSO token exchanged for a Graph token to read the mail body securely.
Briefy reads the email body and automatically identifies scheduling intent — proposed times, attendee lists, and conflicts. It cross-references each attendee's calendar via Microsoft Graph to surface the meeting that needs attention.
Parses natural language scheduling requests and maps them to actual calendar events. Attendee availability is fetched in real time from the Graph Calendar API.
Once a meeting is identified, Briefy opens an inline day calendar showing your schedule and each attendee's busy blocks. Drag the meeting to a new slot, see conflicts in real time, and confirm — Briefy updates the calendar invite and notifies all attendees automatically.
The calendar view is rendered from live Graph data. Events can be dragged and resized with 15-minute snapping. On confirmation, Briefy PATCHes the event via the Graph API and sends updated invitations to all attendees.