How to Set Up an AI Assistant That Emails You a Morning Briefing
Every morning you probably check your email, glance at your calendar, maybe check the weather. What if an AI did all of that, stitched it together into a single plain-English summary, and had it waiting in your inbox when you woke up?
This guide shows you exactly how to set that up using free tools. By the end, you'll have a daily briefing that tells you: what's on your schedule today, any urgent emails that came in overnight, and the weather for your area. It takes about 10 minutes to configure and runs itself every morning after that.
What you need
- A Gmail account (free)
- A Make.com account (free tier works)
- An OpenAI API key (costs about $0.01 per briefing)
Step 1 — Create your Make.com scenario
Make.com is a visual automation tool — think of it as a flowchart that runs on a schedule. Sign up at make.com, then click Create a new scenario. You're going to build a three-step flow: check your calendar, check recent email, then have AI write a summary and send it to you.
Step 2 — Connect Google Calendar
Add a Google Calendar → List Events module. Connect your Google account when prompted. Set it to pull today's events only. This gives the AI your schedule to work with.
Step 3 — Pull overnight emails
Add a Gmail → Search Emails module. In the search query field, enter: is:unread newer_than:1d. This grabs any unread email from the past 24 hours. You can add filters here — for example, is:unread newer_than:1d from:[email protected] to only include emails from specific people.
Step 4 — Write the AI prompt
Add an OpenAI → Create a Completion module. In the prompt field, paste something like this:
Replace the {{placeholders}} with the actual data fields from the modules above — Make.com lets you drag them in.
Step 5 — Send it to yourself
Add a Gmail → Send an Email module. Set the recipient to your own address. Subject: "Your morning briefing — {{today's date}}". Body: the AI output from Step 4.
Step 6 — Schedule it
Click the clock icon and set the scenario to run every day at 6:00 AM (or whatever time you want it landing). Turn it on. Done.
Your AI assistant will now email you a briefing every morning — calendar, emails, any urgent flags — all summarized in plain English. You didn't write a single line of code.
Want more setups like this?
The Library has 40+ tested automation recipes — customer follow-up sequences, revenue trackers, meeting prep assistants, and more. Each one is copy-paste ready with exact prompts and config settings.
Get Library Access — $9/mo →