I would love to know how to deal with all the various electronic invoices I receive from different services (periodically and one-off, but especially the periodic). When trying to keep up with a dozen active domains/companies and associated services, I end up spending half of my time managing logins, searching for invoices (at quarterly tax time), etc. It's really at the point where I'd have better quality of life ma…
Ask HN: What tools do you use to automate your business?
51–60 of 116 posts
Re: Ask HN: What tools do you use to automate your business?
#52The business is a marketplace addon.
Lambda functions handle the webhooks to add, upgrade or remove the addon.
Step functions handle guiding new users through onboarding, by sending email reminders automatically re-configuring the service based on customer actions.
Budgets make sure a customer is not using more resources than they are paying for, and send email alerts to me and customers at various usage amounts.
I have extracted a lot of my AWS and Lambda software into an open source boilerplate app:
https://github.com/nzoschke/gofaas
It's amazing how little code and operations this business requires!
Re: Ask HN: What tools do you use to automate your business?
#53Re: Ask HN: What tools do you use to automate your business?
#54Time to shine. :-) I have a Rasperry Pi sitting at home, which is running Chrome headless to scrap some webpages on a 2/3 hours interval between 8am and 11pm, stores the data scraped on a Redis instance on the same machine, then with a PHP script I push these data in another interval straight on a FB page via IFTTT because I'm to lazy to implement the FB auth myself or use more than a POST request.
How does this process relate to your business automation?
But it’s a business, yes :-)
Re: Ask HN: What tools do you use to automate your business?
#55Time to shine. :-) I have a Rasperry Pi sitting at home, which is running Chrome headless to scrap some webpages on a 2/3 hours interval between 8am and 11pm, stores the data scraped on a Redis instance on the same machine, then with a PHP script I push these data in another interval straight on a FB page via IFTTT because I'm to lazy to implement the FB auth myself or use more than a POST request.
+1 for introducing a Raspberry Pi into the equation!
Re: Ask HN: What tools do you use to automate your business?
#56Not seeing much in the way of automating bookkeeping so far. What are folks using to do that?
Re: Ask HN: What tools do you use to automate your business?
#57Sikuli
Re: Ask HN: What tools do you use to automate your business?
#58Sikuli
Re: Ask HN: What tools do you use to automate your business?
#59I would love to know how to deal with all the various electronic invoices I receive from different services (periodically and one-off, but especially the periodic). When trying to keep up with a dozen active domains/companies and associated services, I end up spending half of my time managing logins, searching for invoices (at quarterly tax time), etc. It's really at the point where I'd have better quality of life ma…
Hubdoc collects monthly invoices from a lot of services. (You have to login with them, but for less important services this is fine)
Receiptbank accepts invoices by email or scan. For other services which send by email I created autoforward rules. For others like amazon which have some personal and some business I filter into a folder and process periodically.
For paper invoices, you scan a photo and receipt bank extracts the relevant data. (It extracts this data with emailed documents too)
Xero puts it all together, and also autocalculates things like foreign exchange.
The best solution is probably a service like Bench though if it's available in your area: a cloud bookeeper.
Having one has greatly improved my life.
Re: Ask HN: What tools do you use to automate your business?
#60I use TextExpander for support / service emails and to pull up information quickly (VAT details, addresses, etc) Invoices and late payment reminders I've automated with my invoicing system (Crunch)