Delay webhook when status changed

Hi all,

I’m wondering if there is a way to delay a webhook being sent. Currently I send a webhook when a status field is changed to started. Then I send another webhook when that status is changed to stop.

I use Make.com to run some codes but make will only allow a 1 min interval between scheduled scenario executions, however sometimes the status can be changed after a few seconds - which means that when that second webhook is sent it gets ignored by make.com - causing an issue for me.

Is there a way to have the webhook wait 1 minute before sending?
Or a way to block the status from being changed before 1 minute?

Thank You