The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Schedule Trigger Without Timezone",
"nodes": [
{
"id": "k1000000-0000-0000-0000-000000000001",
"name": "Every Day at 9am",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
240,
300
],
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"triggerAtHour": 9
}
]
}
}
},
{
"id": "k1000000-0000-0000-0000-000000000002",
"name": "Send Daily Report",
"type": "n8n-nodes-base.gmail",
"typeVersion": 2,
"position": [
460,
300
],
"retryOnFail": true,
"parameters": {
"resource": "message",
"operation": "send",
"sendTo": "team@example.com",
"subject": "Daily Report",
"message": "Here is today's report."
},
"credentials": {
"gmailOAuth2": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Every Day at 9am": {
"main": [
[
{
"node": "Send Daily Report",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
gmailOAuth2
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Schedule Trigger Without Timezone. Uses gmail. Scheduled trigger; 2 nodes.
Source: https://github.com/AutomateLab-tech/n8n-mcp/blob/main/eval/workflows/warn-schedule-no-timezone.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
[](https://youtu.be/mMEX4Zsz4XY)
"## Video Introduction [](https://youtu.be/lQh1fuIrBN8)
Gmail Workflow. Uses gmail, httpRequest. Scheduled trigger; 7 nodes.
🔷 W6 — Veille hebdo → Claude → Buffer → Newsletter. Uses httpRequest, gmail. Scheduled trigger; 5 nodes.
mail_remider. Uses googleSheets, gmail. Scheduled trigger; 4 nodes.