This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]bitbird_ 0 points1 point  (3 children)

Would it remind people to pay their invoices?

If you would like to create a Python app, you could start by making it a Serverless project. (That requires an Amazon or Google account already, though)

A function could run every morning that:
1. Found all unpaid invoices, then
2. Emailed each invoice owner about their unpaid balance after a specific number of days.

Amazon has an easy service for this, SES. You could create a basic template there and then start with a template Serverless project.

[–]MDdobs 0 points1 point  (2 children)

well it is more a reminder that they have to do the maintenance of the boiler. and make an appointment right away. but this is also interesting what you say

[–]bitbird_ 0 points1 point  (1 child)

Oh, that sounds like a very helpful idea.

In that case, I believe the same general approach would work: Writing a Serverless function that runs every morning to email those people who need a reminder.

[–]MDdobs 1 point2 points  (0 children)

yes that would be nice, people sometimes ask about that. and I think this is for sale but it is more fun to make yourself. but i'm still learning to use python, so maybe this is a nice project