Schedule Trigger every 2nd Sunday

Hi,

I’m need to set up a reminder for my contractors to send an invoice into slack every 2nd sunday.

I only see daily/weekly/monthly triggers.

How would you go about doing it every 2nd Sunday?

Try to use Cron Expression to customize the exact day and date

1 Like

You can create a cron expression for this using the Cron Expression Generator. It will be “0 12 * * SUN#2” for your use case.

1 Like

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