I believe it was discussed many times aready, but I have a possibility to automate one daily task I perform at work. Problem is that I’m new to rpa
I have a few pdf files which are generated by our accounting system with the customer company name and a list of unpaid invoices. One pdf per customer
I also have an excel file with one column with customers company name and their email in the other column
I would need to read a company name from pdf file → fetch customers email from excel → send that pdf to that customer (with a predefined text in the body) → repeat :slight_smile
Would that be possible to achieve?