Get an AI Prep Brief in Slack Before Every Google Calendar Meeting
A set time before each Google Calendar meeting, this looks up the attendees, pulls context from your CRM and the web, and delivers a concise prep brief to Slack — so you walk in ready.
- 1
Step 1 — Find upcoming meetings
Add a
Schedule Trigger(e.g. every 30 min) then aGoogle Calendarnode to fetch meetings starting in the next hour that have external attendees. - 2
Step 2 — Gather context
Add nodes to look the attendee's email up in your CRM and, optionally, an
HTTP Requestto enrich the company from the web. - 3
Step 3 — Write the brief
Add an
OpenAInode that turns the context into a tight brief: who they are, recent history with you, and 2–3 smart talking points. - 4
Step 4 — Deliver to Slack
Add a
Slacknode. SetResourcetoMessageandOperationtoSend. Choose the channel (e.g.#alerts) and drop the prep brief into the message text using expressions like{{ $json.summary }}. Connect your Slack OAuth or bot-token credential.
Frequently asked questions
How far ahead does it send?
Whatever you set in Step 1's window. An hour before is common; nudge it earlier if you like to prep the night before.
What if there's no CRM record?
The flow still runs — it just leans on the web-enrichment step and the meeting invite. Add a fallback so a thin brief is better than none.