Skip to main content

Send timezone-aware drip emails with Gmail and Google Sheets using daily limits

Workflow preview

Workflow preview
100%
Send timezone-aware drip emails with Gmail and Google Sheets using daily limits preview
Open on n8n.io

1. Workflow Overview

How it works Three scheduled triggers fire on weekdays at region appropriate working hours: EU/UK at 10:00 UTC, North America at 18:00 UTC, and Australia at 01:00 UTC All three feed one shared pipe...

Best for

  • Social Media automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.gmail, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Alena - Prodigy AI Sol.

Original n8n.io source

1.1 Workflow description

Title
Send timezone-aware drip emails with Gmail and Google Sheets using daily limits
Workflow name
Send timezone-aware drip emails with Gmail and Google Sheets using daily limits

How it works

  • Three scheduled triggers fire on weekdays at region-appropriate working hours: EU/UK at 10:00 UTC, North America at 18:00 UTC, and Australia at 01:00 UTC
  • All three feed one shared pipeline, so there is no duplicated logic across regions
  • A code node detects the active region from the current UTC hour and picks a daily send limit (45 / 90 / 15 by default)
  • Reads your contact list from Google Sheets, filters by country-to-region mapping, skips rows already marked sent, and caps at the daily limit
  • Sends a personalised email via Gmail using expressions like {{ $json['First Name'] }} and {{ $json['Company'] }}
  • Writes success or error status back to the same row (email_sent, sent_date, status, group_sent, error_msg)
  • No Wait nodes, no long-running executions - timing is driven entirely by Cron schedules

Set up steps

  • Setup takes about 10-15 minutes
  • Connect a Google Sheets OAuth2 credential with read + write access to your contacts sheet
  • Connect a Gmail OAuth2 credential for the sending account
  • Create a Google Sheet with these columns: First Name, Company, Email, Country, email_sent, sent_date, status, group_sent, error_msg
  • In all three Google Sheets nodes, select your spreadsheet and the contacts tab
  • Open the Build Email node and replace the placeholder subject and HTML body with your own copy
  • In the Send Gmail node, set senderName to your display name
  • Optional: adjust daily send caps inside Determine Group and edit the country-to-region lookup inside Filter and Limit
  • Detailed per-step notes live inside the workflow as sticky notes

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 - Trigger EU_UK 10:00 UTC

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

Block 2 - Determine Group

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

Block 3 - Read Contacts

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 4 - Filter and Limit

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

Block 5 - Build Email

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

Block 6 - Send Gmail

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

Block 7 - Update Row Success

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 8 - Update Row Error

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 9 - Trigger NA 18:00 UTC

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

Block 10 - Trigger AU 1:00 UTC

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

Block 11 - Sticky Note 0001

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

Block 12 - Sticky Note 0002

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

Block 13 - Sticky Note 0003

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

Block 14 - Sticky Note 0004

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

Block 15 - Sticky Note 0005

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

Block 16 - Sticky Note 0006

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

Block 17 - Sticky Note 0007

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

Block 18 - Sticky Note 0008

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

Block 19 - Sticky Note 0009

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

3. Summary Table

Workflow Send timezone-aware drip emails with Gmail and Google Sheets using daily limits
Complexity advanced
Nodes 19
Categories Social Media
Author Alena - Prodigy AI Sol
Published 21 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15185/15185.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 timezone-aware drip emails with Gmail and Google Sheets using daily limits do?

How it works Three scheduled triggers fire on weekdays at region appropriate working hours: EU/UK at 10:00 UTC, North America at 18:00 UTC, and Australia at 01:00 UTC All three feed one shared pipe...

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