Skip to main content

Track & alert team holidays across countries with Nager.Date API, Notion and Slack

Workflow preview

Workflow preview
100%
Track & alert team holidays across countries with Nager.Date API, Notion and Slack preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who is this for This template is essential for Remote Operations Managers , HR Teams , and Project Leads managing distributed teams across different countries. It prevents scheduling conflicts by a...

Best for

  • Project Management automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.code, n8n-nodes-base.stickynote, n8n-nodes-base.slack, n8n-nodes-base.notion, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.scheduletrigger

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Track & alert team holidays across countries with Nager.Date API, Notion and Slack
Workflow name
Track & alert team holidays across countries with Nager.Date API, Notion and Slack

Who is this for

This template is essential for Remote Operations Managers, HR Teams, and Project Leads managing distributed teams across different countries. It prevents scheduling conflicts by automatically flagging when a regional team is out of office and identifying when multiple teams are off simultaneously.

What it does

Stop manually Googling "Is it a holiday in Berlin today?" This workflow automates your team availability calendar.

  1. It triggers on a weekly schedule.
  2. It takes your team's locations (e.g., KR, MX) and a "Lookahead" range (e.g., 50 days).
  3. It fetches official public holidays for both the current and next year using the Nager.Date API (to ensure year-end holidays aren't missed).
  4. It filters the results to find only holidays occurring within your defined lookahead window.
  5. It compares dates across countries to identify "Shared Holidays" (dates where multiple teams are off).
  6. It logs these holidays into a Notion database and notifies the team via Slack, specifically highlighting if a holiday is shared.

How to set up

  1. Notion: Create a Database with properties: Name (Title), Date (Date), and Shared Countries (Text).
  2. Slack: Connect your Slack account in the credentials.
  3. Configuration:
    • Define Team Countries: Enter the 2-letter country codes (e.g., "KR", "US") in the Set node.
    • Define Days to Lookahead: Set how many days into the future you want to check (default is 50).
    • Add to Notion: Select your Database ID.

How to customize

  • Filter Logic: The "Filter Upcoming" node handles the date logic. You can modify this to check for specific holiday types (e.g., exclude "Optional" holidays).
  • Shared Logic: The "Find Shared Holidays" node calculates overlaps. You can adjust the JavaScript here if you want to change the format of the shared message sent to Slack.
  • Destinations: Swap the Notion node for Google Calendar to block off time directly.

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 - Find Shared Holidays

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

Block 2 - Sticky Note3

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

Block 3 - Notify Slack

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

Block 4 - Add to Notion

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

Block 5 - Filter Upcoming

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

Block 6 - Get Public Holidays

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

Block 7 - Define Days to Lookahead

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

Block 8 - Define Team Countries

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

Block 9 - Weekly Schedule

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

Block 10 - Sticky Note4

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

Block 11 - Sticky Note2

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note

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

Block 14 - Prepare Queries

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

3. Summary Table

Workflow Track & alert team holidays across countries with Nager.Date API, Notion and Slack
Complexity intermediate
Nodes 14
Categories Project Management
Author GYEONGJUN CHAE
Published 04 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11485/11485.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 Track & alert team holidays across countries with Nager.Date API, Notion and Slack do?

Who is this for This template is essential for Remote Operations Managers , HR Teams , and Project Leads managing distributed teams across different countries. It prevents scheduling conflicts by a...

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 use case.