Booper home pagelight logodark logo
  • Community
  • Dashboard
  • Dashboard
Examples
Introduction
  • Documentation
  • Dashboard
  • Community
  • Github
  • Documentation
    • Introduction
    • Quickstart
    • Examples
      • Introduction
      • Daily standup in Discord
      • Top HN post alerts
      • Delayed welcome email
      • Product update announcements
      • PG essay newsletter
    API Reference
    • Authentication
    Jobs
    • GET
      List Jobs
    • POST
      Create Job
    • GET
      Get Job
    • POST
      Cancel Job
    Schedules
    • GET
      List Schedules
    • GET
      Get Schedule
    • POST
      Disable Schedule
    • POST
      Enable Schedule
    • DEL
      Delete Schedule
    Logs
    • GET
      List Logs
    • GET
      Get Log
    Miscellaneous
    • GET
      Ping
    • POST
      Echo
    • POST
      Broadcast
    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.

    QuickstartDaily standup in Discord
    githubdiscordtwitter
    Powered by Mintlify
    On this page
    • Getting started