Skip to main content

Send pre-meeting Slack briefings using Google Calendar, Notion, GitHub, and Jira

Workflow preview

Workflow preview
100%
Send pre-meeting Slack briefings using Google Calendar, Notion, GitHub, and Jira preview
Open on n8n.io

1. Workflow Overview

This n8n template from Intuz provides a complete and automated solution for preparing and delivering context rich briefings directly to attendees before every meeting. It ...

Best for

  • Project Management automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.code, n8n-nodes-base.googlecalendartrigger, n8n-nodes-base.notion, n8n-nodes-base.filter, n8n-nodes-base.wait, n8n-nodes-base.github, n8n-nodes-base.jira, n8n-nodes-base.merge

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send pre-meeting Slack briefings using Google Calendar, Notion, GitHub, and Jira
Workflow name
Send pre-meeting Slack briefings using Google Calendar, Notion, GitHub, and Jira

This n8n template from Intuz provides a complete and automated solution for preparing and delivering context-rich briefings directly to attendees before every meeting.

It acts as an AI-powered executive assistant, gathering relevant information from all your key work tools to ensure everyone arrives prepared and aligned.

Who's this workflow for?

  • Engineering Managers & Team Leads
  • Product Managers & Project Managers
  • Scrum Masters & Agile Coaches
  • Any team that holds regular status, planning, or technical meetings.

How it works

1. Trigger on New Calendar Event: The workflow starts automatically whenever a new meeting is created in a designated Google Calendar.

2. Fetch Previous Context: It immediately connects to Notion to retrieve the notes from the most recent past meeting, ensuring continuity.

3. Wait for the Right Moment: The workflow calculates a time 15 minutes before the meeting's scheduled start and pauses its execution until then.

4. Gather Real-Time Project Data: Just before the meeting, the workflow wakes up and:

  • Extracts keywords from the meeting title.
  • Searches GitHub for recent Pull Requests (PRs) relevant to those keywords.
  • Searches Jira for any tickets or issues that match the meeting's topic.

5. Build the Intelligent Briefing: It assembles all the gathered information—previous notes from Notion, current PRs from GitHub, and relevant tickets from Jira—into a single, beautifully formatted Slack message.

6. Deliver to Each Attendee: The workflow identifies all attendees from the Google Calendar invite, finds their corresponding Slack profiles via email, and sends the personalized briefing as a Direct Message (DM) to each one, ensuring everyone is prepared just in time.

Key Requirements to Use This Template

1. n8n Instance: An active n8n account (Cloud or self-hosted). 2. Google Calendar Account: To trigger the workflow on new events. 3. Notion Account: With a dedicated database for storing meeting notes. 4. GitHub Account: To search for relevant pull requests. 5. Jira Cloud Account: To search for relevant project tickets. 6. Slack Workspace & App: A Slack workspace where you have permission to install an app. You will need a Bot Token with the necessary permissions.

Setup Instructions

Google Calendar Trigger:

  • In the "Capture New Google Calendar Event" node, connect your Google Calendar account and select the calendar you want to monitor.

Notion Connection:

  • In the "Get Last Meeting Notes" node, connect your Notion account.
  • Select the Notion Database ID that contains your meeting notes.

GitHub & Jira Connections:

  • In the "Get PRs from Repo" node, connect your GitHub account and select the repository to search.
  • In the "Get Jira Issues Related to Meeting" node, connect your Jira Cloud account. You can customize the JQL query if needed.

Slack Configuration (Crucial Step):

  • Create a Slack App: Go to api.slack.com/apps, create a new app, and install it to your workspace.
  • Set Permissions: In your app's "OAuth & Permissions" settings, add the following Bot
  • Token Scopes: chat:write (to send messages) and users:read.email (this is critical for looking up attendees). Reinstall the app to your workspace.
  • Get Bot Token: Copy the "Bot User OAuth Token" (it starts with xoxb-). Connect in n8n:
  • In the "Get User Slack Info from Email" node, click "Header Parameters" and replace {{ slack oauth token }} with your actual Bot Token.
  • In the "Send Meeting Context in Slack DM" node, connect your Slack credentials using the same Bot Token.

Activate the Workflow: Save the workflow and toggle the "Active" switch to ON. Your automated pre-meeting bot is now live!

Connect with us

For Custom Workflow Automation

Click here: Get Started

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 - Format Calenda Event Payload

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

Block 2 - Add 15 minute Early Time

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

Block 3 - Build Message for Slack

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

Block 4 - Capture New Google Calendar Event

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

Block 5 - Get Last Meeting Notes

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 6 - Is Previous Meeting

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

Block 7 - Wait for Time to Come

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

Block 8 - Get PRs from Repo

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

Block 9 - Get Jira Issues Related to Meeting

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

Block 10 - Filter PRs Related to Meeting

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

Block 11 - Merge Jira Tickets and Github PR

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

Block 12 - Normalize Attendees and Slack Message

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

Block 13 - Get User Slack Info from Email

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

Block 14 - Check Slack User Found

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

Block 15 - Send Meeting Context in Slack DM

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

Block 16 - Normalize Calendar and Notion Payloads

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

Block 17 - Extract Meeting Keywords

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

Block 18 - Prepare PRs and Jira Ticket List

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 - Sticky Note

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

Block 21 - Sticky Note1

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

Block 22 - Sticky Note2

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

Block 23 - Sticky Note3

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

Block 24 - Sticky Note4

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

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

3. Summary Table

Workflow Send pre-meeting Slack briefings using Google Calendar, Notion, GitHub, and Jira
Complexity advanced
Nodes 28
Categories Project Management, AI Chatbot
Author Intuz
Published 05 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13224/13224.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 using Google Calendar, Notion, GitHub, and Jira do?

This n8n template from Intuz provides a complete and automated solution for preparing and delivering context rich briefings directly to attendees before every meeting. It ...

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 Project Management, AI Chatbot use case.