Scheduling scenario run

:bullseye: What is your goal?

If I schedule for ONCE per Day and the webhook triggers 5 times during that period. Do all the events go to the Que? Then get run once that time arrives. Simple question, but I want the basic 24 hour delay.

If the data is sent to the webhook 5 times in a day, but the scenario is scheduled to run only once per day, then only 1 record will be processed at the scheduled time (assuming all 5 records are already in the queue when the scenario runs).
The remaining 4 records will stay in the webhook queue, and the scenario will process 1 record per day from the queue on each scheduled run.

Welcome to the Make community!

Yes, that’s how a scheduled (i.e.: NOT instant/immediately) scenario with a webhook trigger module works.

If you want to process more than one item, simply expand the Advanced Settings and increase the β€œMaximum number of results”.

For more information, see:

You can learn more about Webhook scheduling in these Make Academy units:

Webhooks

  • What are webhooks?
  • Webhook concepts - URL query string
  • Defining and redefining webhook data structure
  • Webhook scheduling and webhook queue

Hope this helps! If you are still having trouble, please provide more details.

β€” @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

1 Like