The sleep module allows you to wait for a specified duration in your scenario before continuing.
In this tutorial I’ll show you how to use it, and some example cases for which it is handy.
Let’s dive in! 😄
The sleep module allows you to wait for a specified duration in your scenario before continuing.
In this tutorial I’ll show you how to use it, and some example cases for which it is handy.
Let’s dive in! 😄
Get the Make Cheat Sheet 🚀
Make can get a bit techy, but with this cheat sheet you’ll quickly understand how to easily setup scenarios. I hope these tips will save you some time! 🙂
Become an automation expert fast 🚀
Save hours a week in your online business with my in-depth Make.com course.
Tell me more about the course! 🔥
Hmm, not sure I get it fully. Can u explain more on when to use sleep module?
Hey Terrance! A sleep module is handy if you need to wait a few seconds until something happens.
For example, when someone joins my email list they get on a welcome page that I want people to read, so instead of sending the email right away I added a 2-minute delay.