...
In case you would like to send this email every 5 minutes, you simply need to add the job command at the very beginning:
Code Block | ||
---|---|---|
| ||
pipeline: - job: schedule: "EVERY_5_MIN" - mail.send: to: "user@company.tld" subject: "Reminder" message: "Hello, it's #{@date.nowIso8601()}" |
...