E.g. if you want to send an email for due invoices, a way to run a thin function daily would be helpful. **Workaround:** Use a [GitHub action cronjob](https://vercel.com/docs/concepts/solutions/cron-jobs) to trigger a [Thin Function to be run](https://thin.dev/docs/sending-email) daily.
E.g. if you want to send an email for due invoices, a way to run a thin function daily would be helpful.
Workaround:
Use a GitHub action cronjob to trigger a Thin Function to be run daily.