I hope that you will post your progress as you solution develops.
Thanks all, you have inspired me to document some of what I do (Thanks). Though it will be a slow process, I do want to make it happen though.
First up, in response to OP @iPersuade, In Australia, most providers are moving towards making you sign in to get PDF statements etc. I have one provider now that to get the email with the PDF you have to log in first and then hit âEmail me pdfâ. I am unaware of any Bank here that wonât have you auth first. So I wonât be able to help with that.
A really quick high level of my workflow is something like this:
VISION: Have an Airtable that shows all my bills, with the PDF (in Onedrive) and any metadata (due date, amount, type) so that my wife or I can view these easily at any time.
- HAZEL: All PDF"s get moved from my downloads folder to an iCloud PDF folder to the bills folder by HAZEl
- HAZEL: I have several rules to look for my bill PDFs and then process them and email them to my cloud workflow (this is overkill but keeps one process for all bills so they get added to Airtable)
3 MAKE: Has a webhook email that is used as a trigger to kick the flow off (I was trying to poll Gmail every 15 mins and ran out of credit very quickly, this is a much better solution, I heard @RosemaryOrchard share it once on an episode of automation and it was a turning point). I can also send any email PDFâs to make via Gmail rules for bills
4 MAKE: Make saves the file to one drive, create an air table record and send an alert to Telegram (I was using Pushover but found Telegram much more versatile, still migrating, though). The big thing here is what I need to do local metadata adding and getting this data back in the air table record (via Hazel) is that it ârenames the file to the Airtable record IDâ. I also have the Onedrive URL that can be used to open the PDF in the future
5 HAZEL: Process the one drive folder the file was moved into and get all the data from the bill, then run an AppleScript to post all the data to Excel (for testing), send a Telegram alert and finally (the part I have not done yet) is posting the data back to airtable via their API using Python (I do this for something else so it just a matter of converting it).
More to add, but I need to write a test flow now to get the email part working.
Yes, itâs the same in the US. We are going backwards and have to sign in and then manually download each and every statement or tax document. Not just documents, but now OFX transactions canât be downloaded automatically. Iâm back at manually going to each biller and bank to download statements and my transaction history.
It getâs my tin hat itching to come out of the closet as to why in 2024 there is no way to have statments and transactions electronically delivered. Given that very little information is actually allowed on the documents themselves that isnât already publically available. If you have a house in the US your name and address are everywhere already. Account numbers and social security numbers are not allowed. Think about who wins when you canât keep track of your money and investments easily.
Iâm looking for new solutions. Canât wait to hear how you do. If you get it working and can provide an easy solution, I would be interested.
I am all finished, and it all works well! Sure, in some places, I have to log in and download the PDF, but then my automation takes care of the rest.
I have done some YouTube videos on this (Iâm just getting started and unsure if I made these ones public). Let me know if you are keen (or others), and I can add to my list to dig them out and make public and post links here )
I would be very interested to see videos or anything else you have prepared regarding your effort.