Block 1 - Sticky Note6
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
How it works This workflow automatically creates a weekly report of tasks. Every Friday morning, it collects all task details from Airtable, checks progress, and prepares a summary. It also highlig...
n8n-nodes-base.stickynote, n8n-nodes-base.gmail, n8n-nodes-base.slack, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.airtable
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.
Original n8n.io sourceThis workflow automatically creates a weekly report of tasks. Every Friday morning, it collects all task details from Airtable, checks progress, and prepares a summary. It also highlights important or late tasks and sends the report to Slack, email, and saves it for record.
Trigger & fetch
Schedule: Every Friday 9AM – Triggers the workflow automatically every Friday at 9 AM.
Airtable: Fetch This Week – Collects all task records from the Airtable base for the current week.
Analysis & formatting
Code: Analyze & Format – Checks all tasks, detects fields, calculates completion rate, identifies overdue and urgent items, and builds the full Slack message with an {{AI_SUMMARY}} placeholder.
AI summary generation
OpenAI: Generate AI Summary – Sends the weekly stats to GPT-4.1-mini with a structured prompt to produce a concise 2–3 sentence plain-English project manager summary.
Merge & prepare
Code: Merge AI Summary – Injects the AI summary into the Slack message and prepares urgent alert messages for overdue or high-priority tasks.
Parallel output actions
Slack: Post Weekly Digest – Posts the full formatted digest to a Slack channel with mrkdwn formatting.
Gmail: Send Digest Email – Sends an HTML-formatted email with stats cards, AI summary, and a task table.
Google Sheets: Log Weekly Stats – Appends week range, totals, completion rate, overdue count, AI summary, and status to a tracking sheet.
Conditional urgent alert
IF: Has Urgent or Overdue? – Checks if overdue or urgent task count is greater than zero.
Slack: DM Urgent Alert – Sends a separate urgent action-required message to Slack if flagged items exist.
Gmail: Send Urgent Alert – Sends a red-header alert email listing overdue and urgent counts if flagged items exist.
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.
| Workflow | Send a weekly Airtable task digest to Slack, Gmail and Sheets with GPT-4.1-mini |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Project Management, AI Summarization |
| Author | Avkash Kakdiya |
| Published | 21 May 2026 |
Use the JSON export at /data/workflows/15872/15872.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
How it works This workflow automatically creates a weekly report of tasks. Every Friday morning, it collects all task details from Airtable, checks progress, and prepares a summary. It also highlig...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Summarization use case.