The simplest type of task which can be triggered from elsewhere in your code.
task()
function and can be triggered from your backend or inside another task.
Like all tasks they don’t have timeouts, they should be placed inside a /trigger folder, and you can configure them.
wait.for
to wait for a certain amount of time before sending the next email. During the waiting time, the task will be paused and will not consume any resources.