Create the routine
cron is a standard five-field expression — 0 8 * * 1-5 is 08:00 every weekday. run_now:true also
fires it once immediately so you can verify the output without waiting.
Manage it
Read the result
Variations
Same machinery, different trigger or plan:- On an event — run when something happens (e.g. a new email) instead of on a clock: Triage incoming email.
- After a meeting — write a report when a call ends: Report after every meeting.