+++ title = "Creating tasks" description = "Ever reached out to write a small script to reset a user password? send email notifications to your users? You can use Tasks in Loco to write these operational bits in pure Rust and access your full app from your task." date = 2024-06-18T09:19:42+00:00 updated = 2024-06-18T09:19:42+00:00 draft = false template = "casts/page.html" [taxonomies] authors = ["Team Loco"] [extra] num = "004" id = "gn7Hkq7T9dI" +++ Reference material for this episode: * Loco.rs docs: [routes in controllers](https://loco.rs/docs/the-app/task/) * The [SaaS starter](https://loco.rs/docs/starters/saas/) * The [REST API starter](https://loco.rs/docs/starters/rest-api/) * The [Lightweight starter](https://loco.rs/docs/starters/service/)