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 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:
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!