If Workflow
Automated workflow: If Workflow. This workflow integrates 11 different services: stickyNote, filter, itemLists, httpRequest, scheduleTrigger. It contains 21 nodes and follows best practices for error handling and security.
Integrations Used (3)
Prerequisites
Required Credentials (1)
Todoist
Used by: Get snoozed tasks, Get inbox tasks to snooze +1 more
Complexity
Advanced features used. Requires n8n experience.
When to Use This Workflow
Scheduled Operations
Run automated tasks at specific times - daily reports, weekly cleanups, monthly backups.
Set it and forget it - reliable automation that runs on your schedule.
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"nodes": [
{
"id": "a39274d0-6709-4e66-95a7-8c0fc4c0e8b1",
"name": "if after unsnooze date",
"type": "n8n-nodes-base.if",
"position": [
1840,
500
],
"parameters": {
"conditions": {
"dateTime": [
{
"value1": "={{ DateTime.now() }}",
"value2": "={{ $json.unsnoozeDate }}"
}
]
}
},
...Related Workflows
Realtime Notion Todoist 2-way Sync Template
Automated workflow: Realtime Notion Todoist 2-way Sync Template. This workflow integrates 29 different services: stickyN...
Automate Pinterest Analysis & AI-Powered Content Suggestions With Pinterest API
Scheduled trigger at 8:00am to start the workflow. This can be updated to your schedule preference as an email with mark...
Monthly Spotify Track Archiving and Playlist Classification
Monthly Spotify Track Archiving and Playlist Classification This n8n workflow allows you to automatically archive your m...
Use AI to organize your Todoist Inbox
💫 To setup this template 1. Add your Todoist credentials 2. Add your OpenAI credentials 3. Set your project names and a...
UTM Link Creator & QR Code Generator with Scheduled Google Analytics Reports
Create a marketing link with UTM parameters. Easily store in database and have QR code created and ready as well. Type i...
If Workflow
Automated workflow: If Workflow. This workflow integrates 12 different services: itemLists, stickyNote, httpRequest, hub...