🔓 Unlock all 10,000+ workflows & prompts free Join Newsletter →
✅ Full access unlocked — explore all 10,000 AI workflow and prompt templates Browse Templates →
Home n8n Workflow
January 22, 2026

Google Calendar + Slack: meeting briefs ready to use

Lisa Granqvist Partner Workflow Automation Expert

You open your calendar, see five external meetings, and realize you have zero context. Then you start the scramble: company site, LinkedIn, Google, maybe your CRM. It’s the same last-minute research loop, again.

This hits sales reps hardest, honestly. But account managers prepping renewals and founders running their own pipeline feel it too. Calendar Slack briefs automation gives you a ready-to-use brief in Slack before the day starts, so you stop walking into calls cold.

Below you’ll see exactly what this workflow does, what it replaces, and what you need to get it running reliably.

How This Automation Works

The full n8n workflow, from trigger to final output:

n8n Workflow Template: Google Calendar + Slack: meeting briefs ready to use

The Problem: Pre-meeting research steals your morning

Prepping for external meetings sounds simple until you do it every day. One meeting turns into six browser tabs, half-remembered notes, and a “good enough” opener you’re not proud of. Multiply that by a week of demos, partner calls, and renewal conversations, and your mornings become a research treadmill. Worse, the details that actually matter (recent funding, leadership changes, product launches, what the attendee posts about) are the first things to get skipped, because you’re racing the clock.

The friction compounds. Here’s where it breaks down.

  • You spend about 15 minutes per meeting just figuring out who’s external and which company they’re from.
  • Company research gets done inconsistently, so one rep shows up sharp and another shows up guessing.
  • Attendee research is usually a quick LinkedIn skim, which misses signals like recent posts, role changes, or likely pain points.
  • Notes live in random places (docs, Slack DMs, browser bookmarks), so there’s no repeatable “this is how we prep” standard.

The Solution: Daily Slack briefs built from your calendar

This workflow runs automatically every morning and turns your day’s calendar into Slack-ready meeting briefs. It pulls today’s events from Google Calendar (or Outlook), filters out internal-only meetings, and focuses only on meetings with external attendees. For each external company domain, it uses Explorium to match the business and enrich it with firmographics, technographics, and recent business events (think funding, partnerships, and product moves). In parallel, it enriches each external attendee by matching their professional profile and pulling contact/profile details plus recent LinkedIn activity. Finally, two AI agents analyze the company and attendee data and assemble a clean, readable brief that lands in Slack before you start your first call.

The workflow starts on a schedule (typically before business hours). From there it splits into two paths: company intelligence for the account context, and attendee intelligence for personalized openers. At the end, it merges everything per meeting and posts one combined brief to Slack, ready to skim.

What You Get: Automation vs. Results

Example: What This Looks Like

Say you have 5 external meetings today. Manually, a realistic routine is about 10 minutes researching the company and another 10 minutes checking attendees (roles, recent posts, quick talking points), so roughly 20 minutes per meeting. That’s around 100 minutes before you’ve even replied to Slack. With this workflow, you spend maybe 5 minutes scanning the Slack briefs, and the rest happens automatically in the background while you do actual work.

What You’ll Need

  • n8n instance (try n8n Cloud free)
  • Self-hosting option if you prefer (Hostinger works well)
  • Google Calendar for pulling daily meeting schedules
  • Slack to deliver briefs to a channel or DM
  • Explorium API key (get it from the Explorium Dashboard)

Skill level: Intermediate. You’ll connect credentials, update your company email domain in the filter node, and test with a real day of meetings.

Don’t want to set this up yourself? Talk to an automation expert (free 15-minute consultation).

How It Works

A morning schedule kicks it off. n8n runs on a recurring schedule (often around 7 AM), so the briefs are waiting before the day gets busy. If you prefer, the same workflow can be triggered on-demand or from a webhook.

Your calendar is scanned for meetings that matter. It pulls events for the current day (plus a buffer window) and filters out internal-only meetings by checking attendee email domains. One important detail: you must set your own company domain in the filter logic so internal attendees don’t slip through.

Company and attendee research run in parallel. For companies, Explorium matches the domain to a business profile, enriches firmographics and technographics, then fetches recent business events. For attendees, Explorium matches each person to a prospect profile and enriches contacts, professional history, and recent LinkedIn posts.

AI turns enrichment into a brief you’ll actually read. Two AI agents analyze and summarize the structured data, then the workflow formats it into a clean output per meeting. Slack receives the final combined brief so you can skim it in a minute and jump into the call with a plan.

You can easily modify the schedule time and the output destination based on your needs. See the full implementation guide below for customization options.

Step-by-Step Implementation Guide

Step 1: Configure the Scheduled Trigger

Set the workflow to run on a schedule so your calendar is checked automatically for upcoming meetings.

  1. Add and open Scheduled Start.
  2. Configure the Rule interval to match your desired cadence (e.g., hourly or daily).
  3. Ensure the node is enabled (it is currently disabled in the workflow).
  4. Confirm the execution flow starts as Scheduled StartRetrieve Calendar Events.

⚠️ Common Pitfall: If Scheduled Start is left disabled, the workflow will never run on its own.

Step 2: Connect Google Calendar

Pull upcoming meetings from your calendar so the workflow can research external attendees.

  1. Open Retrieve Calendar Events.
  2. Set Operation to getAll.
  3. Set Time Max to {{ $now.plus({ day: 0.75 }) }}.
  4. Select the calendar you want to scan in the Calendar field.
  5. Credential Required: Connect your Google Calendar OAuth2 credentials.

Step 3: Filter External Meetings and Extract Domains

Filter out internal meetings and isolate external attendee domains for enrichment.

  1. Open Filter External Meetings and replace the internal domain in the code (currently explorium.ai) with your company domain.
  2. Note that Filter External Meetings outputs to both Iterate Meetings and Assemble Attendee Emails in parallel.
  3. Open Parse External Domains and confirm it collects unique external company domains.
  4. Open Assemble Attendee Emails to ensure it collects external attendee emails for downstream enrichment.
  5. Keep the batch processing in Iterate Meetings and Iterate Attendees enabled to loop through events and attendees.

Tip: The workflow uses multiple code nodes (8 total) for parsing, normalization, and formatting. Keep their logic intact unless you intentionally change the data shape.

Step 4: Set Up Company Matching and Enrichment

Match external company domains and enrich firmographic data and events in parallel.

  1. Open Explorium Match Company and confirm it matches businesses using {{ $json.company_domain }}.
  2. Review Validate Business Match to ensure the condition checks {{ $json.matched_businesses[0].business_id }}.
  3. Confirm Validate Business Match outputs to both Explorium Fetch Events and Explorium Business Enrich in parallel.
  4. Open Explorium Fetch Events and verify Timestamp From 2025-09-01T00:00:00 and Timestamp To 2025-11-04T17:30:00 plus the event types list.
  5. Open Explorium Business Enrich and confirm Enrichment includes firmographics and technographics.
  6. Keep Combine Company Data and Normalize Company Merge connected to merge events with enrichment output.

Credential Required: Connect your Explorium API credentials to all exploriumApiNode nodes (6 nodes handle company matching, prospect matching, and enrichment).

Step 5: Set Up Attendee Matching and Enrichment

Match external attendee emails to prospects and enrich profiles for personalized insights.

  1. Open Extract Attendee Domain to confirm it creates email and domain fields.
  2. Open Explorium Match Company B and verify it matches with {{ $json.domain }}.
  3. Open Explorium Match Contact and verify it uses {{ $('Extract Attendee Domain').item.json.email }} and {{ $json.matched_businesses[0].business_id }}.
  4. Confirm Validate Prospect Match checks {{ $json.matched_prospects[0].prospect_id }} before proceeding.
  5. Open Explorium Prospect Enrich and confirm Enrichment includes contacts, linkedin_posts, and profiles.
  6. Keep Normalize Prospect Enrich connected to format structured attendee data for AI analysis.

Step 6: Configure AI Research and Parsing

Generate structured company and attendee briefs using Anthropic models and structured output parsers.

  1. Open Anthropic Chat Engine and set the Model to claude-sonnet-4-20250514.
  2. Open Anthropic Chat Engine B and set the Model to claude-sonnet-4-20250514.
  3. Connect Anthropic Chat Engine as the language model for Company Insight Agent.
  4. Connect Anthropic Chat Engine B as the language model for Attendee Insight Agent.
  5. Verify Parse Company Output and Parse Attendee Output are connected as output parsers for their respective agents.
  6. Confirm Explorium MCP Tool is connected to Company Insight Agent and Explorium MCP Tool B is connected to Attendee Insight Agent.

Credential Required: Connect your Anthropic credentials to Anthropic Chat Engine and Anthropic Chat Engine B.

For AI tool sub-nodes, credentials are applied to the parent tool nodes: Explorium MCP Tool and Explorium MCP Tool B already use httpHeaderAuth credentials.

Step 7: Format Briefs and Send Slack Updates

Format the AI outputs into readable briefs and deliver them to Slack.

  1. Open Build Company Brief and keep the formatting logic that uses {{ $('Iterate Meetings').first().json.summary }} for the title.
  2. Open Build Attendee Brief and confirm it pulls the domain from Extract Attendee Domain.
  3. Ensure Merge Email Domains is in Mode combine with advanced merge enabled.
  4. Open Post Slack Update and set Text to {{ $json.doc_content }} {{ $json.attendee_doc_content }}.
  5. Select the target Slack user in User and keep Authentication set to oAuth2.
  6. Credential Required: Connect your Slack OAuth2 credentials in Post Slack Update.

Step 8: Test and Activate Your Workflow

Run the workflow manually to confirm outputs and then activate it for production use.

  1. Click Execute Workflow and verify Retrieve Calendar Events returns upcoming meetings.
  2. Confirm Filter External Meetings outputs meetings with external attendees and that the parallel branches populate both Iterate Meetings and Assemble Attendee Emails.
  3. Verify that Company Insight Agent and Attendee Insight Agent produce structured output via Parse Company Output and Parse Attendee Output.
  4. Check Slack for a combined message from Post Slack Update containing the company and attendee briefs.
  5. When everything looks correct, toggle the workflow to Active to run on schedule.
🔒

Unlock Full Step-by-Step Guide

Get the complete implementation guide + downloadable template

Common Gotchas

  • Google Calendar OAuth credentials can expire or lack the right scope. If meetings stop loading, check n8n’s Credentials for Google Calendar and confirm it still has read access.
  • If you’re using Wait nodes or external processing, processing times vary. Bump up the wait duration if downstream nodes fail on empty responses.
  • Explorium matching can return empty results when domains are unusual (subsidiaries, holding companies, personal email invites). When that happens, confirm your Explorium API key in n8n and consider adding a fallback rule for “no match” meetings.
  • Default prompts in AI nodes are generic. Add your brand voice early or you’ll be editing outputs forever.

Frequently Asked Questions

How long does it take to set up this Calendar Slack briefs automation?

About 45 minutes if you already have the credentials.

Do I need coding skills to automate Calendar Slack briefs?

No. You will connect accounts and paste in your company domain for the external-meeting filter.

Is n8n free to use for this Calendar Slack briefs workflow?

Yes. n8n has a free self-hosted option and a free trial on n8n Cloud. Cloud plans start at $20/month for higher volume. You’ll also need to factor in Explorium and AI model usage costs, which depend on how many meetings and attendees you enrich each day.

Where can I host n8n to run this Calendar Slack briefs automation?

Two options: n8n Cloud (managed, easiest setup) or self-hosting on a VPS. For self-hosting, Hostinger VPS is affordable and handles n8n well. Self-hosting gives you unlimited executions but requires basic server management.

Can I customize this Calendar Slack briefs automation for Microsoft Outlook instead of Google Calendar?

Yes, but you’ll swap the calendar connector and re-check the attendee fields used in the filtering logic. The core structure stays the same: fetch events, filter external meetings, then run the company and attendee enrichment loops. Many teams also customize the Slack message format in the “Build Company Brief” and “Build Attendee Brief” steps so it matches their sales playbook.

Why is my Google Calendar connection failing in this Calendar Slack briefs workflow?

Usually it’s expired OAuth authorization or missing calendar read permissions. Reconnect the Google Calendar credential in n8n, then run a test execution and confirm the “Get many events” node returns events. If it returns nothing, check that you’re querying the right calendar and that the time window still covers your meetings for the day.

How many meetings can this Calendar Slack briefs automation handle?

On most n8n Cloud plans, handling a normal sales day of 10–30 meetings is fine, and self-hosting mainly depends on your server and API limits. The practical cap usually comes from Explorium and AI rate limits if you enrich lots of attendees at once.

Is this Calendar Slack briefs automation better than using Zapier or Make?

It depends on how deep you want the brief to be. Zapier or Make can notify Slack when you have meetings, sure, and they’re quick for simple two-step flows. This workflow does heavier lifting: it filters meetings by domain, loops through companies and attendees, merges multiple enrichment endpoints, and then runs AI analysis before posting. That sort of branching logic can get expensive or awkward in simpler tools. If you’re unsure what fits your team, Talk to an automation expert.

Showing up prepared shouldn’t require a daily research sprint. Set this up once, and let Slack hand you the brief before the first meeting starts.

Need Help Setting This Up?

Our automation experts can build and customize this workflow for your specific needs. Free 15-minute consultation—no commitment required.

Lisa Granqvist

Workflow Automation Expert

Expert in workflow automation and no-code tools.

×

Use template

Get instant access to this n8n workflow Json file

💬
Get a free quote today!
Get a free quote today!

Tell us what you need and we'll get back to you within one working day.

Get a free quote today!
Get a free quote today!

Tell us what you need and we'll get back to you within one working day.

Launch login modal Launch register modal