I have a birthday list in Airtable that triggers a webhook when someone on the list has birthday. This webhook then starts an automation. Unfortunately, this always happens shortly after midnight. How can I set it up so that these webhooks are only executed about 8 a.m.?"
Want help figuring out how to implement that delay too?
Hi @Josip_Vrbic
You can change the webhook trigger from an instant to a schedule type, and run it once a day at 8 am.
Will the webhooks that were actually supposed to be triggered shortly after midnight still be triggered at 8 a.m., or will they be lost?
@Josip_Vrbic, all requests will be saved into a webhook queue and processed at 8 am.
Thank you very much for the quick and professional help. 
@Josip_Vrbic, you are welcome!