How to set timer, once my status is done, after 10 min then it would send mail. please give solution

I need to set timer for 10 mins, the scenario is once my status is done. after 10 mins they send gmail. i did all process, but i dont know where and how i put timmer? please help

Hey There @Magesh ,
Hope you are doing well,
You can use “sleep module” within make .


Screenshot 2023-12-30 152202
maximum time for a sleep module is 300 seconds so you can use 2 sleep modules to send mail after 10 min.
let me know if this helps.

3 Likes

Do note this method cannot be done on the Free plan. For more information, see https://www.make.com/en/pricing

2 Likes

So it will start, once my start is changed to done, Then first timer will , after it over, second timer will run. Next it will send maill. Right?

Is there any other possible way?

First of all, thanks for your reply. I thought reply will come tomorrow. But u quickly replied. heart-fully thank you

Hey @Magesh ,
Yes put the sleep modules just before the gmail module so the sleep modules will run whenever the rest of the scenario has completed its execution.
Let me know if it helps .

2 Likes

Thanks you so much for your valuable help@ishan.rawat

1 Like