Trigger workflow on a specific date and time

Hello friends,

Is there a way to trigger a workflow on a specific date and time?

All ideas and workarounds are appreciated.

Thank you

Hi @biznetcom :wave: Sounds like you might be looking for the Schedule trigger node: Schedule trigger | n8n Docs :+1:

Hi @EmeraldHerald

I checked the schedule trigger, and I could only see trigger options by interval / cron, but not on a specific date and time. For example, I want the workflow to be triggered on October 22, 2023, at 12:00 PM. Is there a way to do that?

Thank you

Hi @biznetcom :wave: You can do this with cron - 0 12 22 10 * would run on 22nd October at noon for example :+1: You can use something like Crontab to make cron expressions: https://crontab.guru/

3 Likes

Thank you; that should work. :+1:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.