Examples
Introduction
Some examples of how you can use scheduled jobs
Getting started
Most of the examples are written in TypeScript/JavaScript, using NodeJS or NextJS for defining custom API routes.
We also include links to Replit where possible, so you can edit and run the code easily in the browser.
Daily standup in Discord
Schedule a standup prompt to be sent out every weekday at 10am.
Top HN post alerts
Get alerted of any new HN post that exceeds a threshold of upvotes every hour.
Delayed welcome email
Send a welcome email to new users 45 minutes after they sign up.
Product update announcements
Schedule a product update announcement every month from your changelog.