Skip to content
FlowHubFluxonLab
Crypto
Cryptofree

Snooze Todoist tasks until 3 days before due date

by Mutasemadapted from n8n official workflow galleryUpdated Aug 2026
RequiresCryptoCryptoHTTP RequestHTTP RequestTodoistTodoist
Share Post Share
Ifif after unsnooze dateif after unsnoo…Scat 5amScevery 5 minGet snoozed tasksGet snoozed tas…Ifif task is not a subtaskif task is not …IfIf task has due dateIf task has due…DTGet date to unsnoozeGet date to uns…Get inbox tasks to snoozeGet inbox tasks…SeSet inbox project idSet inbox proje…FiIf not same projectIf not same pro…SeSet args to moveCrGenerate unique uuid for moveGenerate unique…ILMerge all items into a listMerge all items…HRMove the tasksSeSet snoozed project idSet snoozed pro…123456789101112131415
1/5
STEPS · 15
Runs on a schedule

Use case This workflow snoozes any Todoist tasks, by moving them into a Snoozed todoist list and unsnoozes them 3 days before due date. Helps keep inbox clear only of tasks you need to worry about soon. How to setup Add your Todoist creds Create a Todoist project called snoozed Set the project ids in the relevant nodes Add due dates to your tasks in Inbox. Watch them disappear to snoozed. Set their date to tomorrow, watch it return to inbox. How to adjust this template Adjust the timeline.. Maybe 3 days is too close for you.

Tags

n8nreference-onlycryptotodoist
Connects
cryptoCryptoWHTTP RequesttodoistTodoist
CategoryCrypto
Triggermanual
Complexitycomplex
Nodes15
AddedFeb 28, 2024

Related workflows

See all Crypto
cryptogmailgoogledrivesheets
free

Webpage Change Detection & Alerts with Google Suite and Hash Tracking

This n8n template can monitor and detect changes to a webpage's contents and notify you only when a change occurs. Great to keep an eye on and track publicly available documents such as company TOS, government policy or competitor pages. How it works A scheduled trigger is used so we can run everyday to automate this process. A website page is then fetched with the HTTP request node and the contents we want to track are extracted using the HTML node. To detect changes, we generate a hash on the contents with the cryptography node and compare it with previously seen hashes using the "remove duplicates" node. If the hash was seen before, the workflow stops here. Finally, when new changes are detected a copy of the contents are uploaded to Google Drive and a logged into a Google sheet. A notification email can also be sent if action is required. How to use Update the URL you want to track in the node named "variables" and ensure the HTML node has updated selectors to get the content you want. Ensure the timezone is set correctly when using the Scheduled Trigger node. Requirements Google Sheets, Drive and Gmail for storing and notifying about changes. Webpages should ideally be publicl

by Jimleuk
CcryptoW
free

Send hashed backend conversions to Meta Conversions API and Google Ads

Quick overview This workflow reads backend conversion events, normalizes and SHA-256-hashes required identifiers, and then sends each conversion to Meta Conversions API, Google Ads Enhanced Conversions, or both using HTTP requests with environment-based access tokens. How it works Runs manually to start the conversion upload. Sets the Meta Pixel ID, Meta/Google API versions, and Google Ads customer and conversion action IDs used to build requests. Loads backend conversion records (example rows) that include a destination flag (meta, google, or both) plus identifiers and conversion value data. Normalizes the identifier fields and hashes the required PII fields (email, phone, name, city/state/zip/country) with SHA-256. Regroups hashed identifiers with the original non-hashed fields (such as external_id, fbc/fbp, IP address, and user agent) into a per-conversion payload structure. Routes each conversion to Meta and/or Google based on the destination flag. Sends conversions to the Meta Conversions API and uploads conversions to the Google Ads API using authenticated HTTP requests. Setup Replace the example conversion source with your own data source (for example Supabase, Postgres, or

by Nocode Expert
cryptosheetssendemail
free

Waitlist Form Stored in GoogleSheet with Email Verification Step

Instructions This automation streamlines the process of collecting user information using a Form Node, enabling individuals to join a waitlist managed via Google Sheets. It also generates a verification code, prompting users to input this code in the Second Form Step. If the code is _nvalid, the workflow keeps the user in a verification loop until a valid code is entered. Once a valid code is provided, the workflow proceeds to the final step, where additional information can be collected. All entered data and intermediate states are securely stored in the Google Sheet. Structure of the GoogleSheet Firstname | Lastname | Email | Company | Verification-Code | Verified | Intended Use Marcel | Claus-Ahrens | foo[at]bar| foobar | abc123 | TRUE | Just testing Setup Set Up a Google Sheet: Create a Google Sheet with the specified columns, or customize them to suit your needs. Verify the "Send Mail" Node: Ensure your "Send Mail" node is functional, or replace it with another email-sending node. Customize Texts and Fields: Update email content, form texts, and form fields to align with your specific use case. Done! Enjoy the workflow! ❤️ let the workf low — Workflow Automation & Development

by Marcel Claus-Ahrens