Skip to main content

Send pre-meeting Slack briefings with Google Calendar and GitHub

Workflow preview

Workflow preview
100%
Send pre-meeting Slack briefings with Google Calendar and GitHub preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow checks Google Calendar hourly for the next upcoming meeting, pulls recent GitHub meeting notes, finds related GitHub PRs and issues, and sends each attendee a Slack DM ...

Best for

  • Personal Productivity automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.filter, n8n-nodes-base.wait, n8n-nodes-base.github, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Prakash Software.

Original n8n.io source

1.1 Workflow description

Title
Send pre-meeting Slack briefings with Google Calendar and GitHub
Workflow name
Send pre-meeting Slack briefings with Google Calendar and GitHub

Quick Overview

This workflow checks Google Calendar hourly for the next upcoming meeting, pulls recent GitHub meeting notes, finds related GitHub PRs and issues, and sends each attendee a Slack DM with a pre-meeting briefing five minutes before the event.

How it works

  1. Runs every hour on a scheduled trigger and fetches events from a selected Google Calendar.
  2. Selects the next upcoming event, then requests the latest GitHub meeting-notes issue and keeps it only if it was created before the upcoming meeting.
  3. Calculates a notification time five minutes before the meeting start and waits until that time.
  4. Extracts keywords from the meeting title and uses them to query GitHub for matching pull requests and open issues.
  5. Filters PRs created after the previous meeting date, merges the PRs and issues, and formats them into a single “topics” list.
  6. Builds a Slack Block Kit message with meeting title/time, related GitHub items, and previous meeting notes, then sends it as a DM to each non-declined attendee after looking up their Slack user by email.

Setup

  1. Connect your Google Calendar OAuth2 credentials and select the calendar to monitor.
  2. Add GitHub access (OAuth2 or an API token via HTTP header auth) and update the repository owner/name plus the GitHub Search query and “last meeting notes” URL to match your repo.
  3. Connect Slack OAuth2 credentials and ensure attendee emails in Google Calendar match Slack user emails so users.lookupByEmail can resolve recipients.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Build Message for Slack

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Is Previous Meeting

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 11 - Wait for Time to Come

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 12 - Get PRs from Repo

Type / Role
n8n-nodes-base.github - github
Config choices
Version 1.1

Block 13 - Filter PRs Related to Meeting

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Normalize Attendees and Slack Message

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Get User Slack Info from Email

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 16 - Check Slack User Found

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 17 - Send Meeting Context in Slack DM

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 18 - Extract Meeting Keywords

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Fan Out Attendees

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 20 - Get Last Meeting Notes

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 21 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 22 - Merge Github issues and Github PR

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 23 - Normalize Calendar and Payloads

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 24 - Prepare PRs and issues List

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Send pre-meeting Slack briefings with Google Calendar and GitHub
Complexity advanced
Nodes 29
Categories Personal Productivity
Author Prakash Software
Published 15 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16351/16351.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send pre-meeting Slack briefings with Google Calendar and GitHub do?

Quick Overview This workflow checks Google Calendar hourly for the next upcoming meeting, pulls recent GitHub meeting notes, finds related GitHub PRs and issues, and sends each attendee a Slack DM ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity use case.