Skip to main content

Weekly Notion journal & task summarization with GPT-4.1 to Discord

Workflow preview

Workflow preview
100%
Weekly Notion journal & task summarization with GPT-4.1 to Discord preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Notion Weekly Journal AI Summary This workflow will run on a weekly schedule and retrieve your Notion Daily Journal pages for the past week and aggregate them into a ChatGPT generated concise summa...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.notion, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.discord, n8n-nodes-base.stickynote, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.openai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Weekly Notion journal & task summarization with GPT-4.1 to Discord
Workflow name
Weekly Notion journal & task summarization with GPT-4.1 to Discord

Notion Weekly Journal AI Summary

This workflow will run on a weekly schedule and retrieve your Notion Daily Journal pages for the past week and aggregate them into a ChatGPT generated concise summary. It will save that weekly summary back to your Notion as a new Note in addition to posting to a personal Discord channel.

Additionally it will also retrieve all of the Tasks you've completed in the past week and provide a quick total with a congratulatory message to a Discord channel as well.

Requirements/Setup:

  • You need Notion setup w/ a Notes database
    • If you want the Discord messages, setup a Discord webhook for your channel as well, or simply delete the Discord nodes.
  • One of the properties for the Notes db should be Type with a value of Journal
  • The contents of your daily Journal pages can be whatever you want
    • I've found what works best for me is the format of "What was a highlight of the day?", "What was a low point of the day?", and "What decisions did I delegate, delay, or dodge?"
  • You should also create an additional Type for your Weekly summary page that gets created - in this case I used simply Weekly
  • Automate this to run weekly on your day of choice. I tend to only journal on weekdays so I've set mine up to run every Friday retrieving the past week's Journal entries.

Options:

  • You don't have to use Discord, feel free to swap out with Slack or remove altogether.
  • You also don't need to use the Tasks summary bottom half, simply remove that if you don't want it or need it.
  • You can easily reuse this workflow to aggregate your Weekly Summary notes (that this workflow auto generates/saves) to generate a Quarterly or even Yearly summary!

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 - When clicking ‘Execute workflow’

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

Block 2 - Get many child blocks

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

Block 3 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 4 - Get Daily Journals

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

Block 5 - To Dos Totals

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

Block 6 - To Do Summary

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

Block 7 - Combined Summary for LLM

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

Block 8 - Save Back to Notion

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

Block 9 - Sticky Note

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

Block 10 - Aggregate

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

Block 11 - Sticky Note1

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

Block 12 - Sticky Note2

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

Block 13 - Sticky Note3

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

Block 14 - Generate Summary

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 15 - Send Summary

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

Block 16 - Get Tasks

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

3. Summary Table

Workflow Weekly Notion journal & task summarization with GPT-4.1 to Discord
Complexity advanced
Nodes 16
Categories Personal Productivity, AI Summarization
Author Jason Krol
Published 06 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7032/7032.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 Weekly Notion journal & task summarization with GPT-4.1 to Discord do?

Notion Weekly Journal AI Summary This workflow will run on a weekly schedule and retrieve your Notion Daily Journal pages for the past week and aggregate them into a ChatGPT generated concise summa...

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, AI Summarization use case.