How to trigger at specfic times

I want to trigger at 9am and 4pm every day execpt for weekends.
How do I need to set it up for it to work at those 2 times? I tried like this:

1 Like

This might be useful - or not…

In that the result was … use an external cron job to call a Make webhook. Probably not what you’re after!

Something that might work is to use is the advanced part of the Regular Intervals…

You can set multiple advanced time windows

Your example is close. For the advanced scheduling ITEM1, set it from 4pm to 4:05pm.

Now make a duplicate of ITEM1 and set it from 9am to 9:05am.

It will only run once during those times because 60 mins interval is set.

samliew – request private consultation

Join the unofficial Make Discord server to chat with us!

2 Likes

Hi @9line_ai

The only solution to trigger at multiple times (exact time) is to clone the scenario.

In each scenario, provide the time to trigger separately:
image

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live

Explore our YouTube Channel for valuable insights and updates!

Another idea that just occurred to me - if you have to go down the route of duplicating the scenario …

  • Make the main scenario a webhook - so all the application logic is still just in one place
  • Then create two very simple scenarios that just call the webhook. These can be scheduled as required.
  • This avoids any issues around having to maintain the complex logic in multiple scenarios

Just a thought :slight_smile: