I want to process a zip file and have been stuck for several weeks. I hope someone can help me. I am a complete novice when it comes to automation.
I have a zip file containing many PDFs with the first and last names as file names. The zip file also contains a json file. It contains the names and corresponding email addresses. How can I read the json and send the PDFs to the email addresses listed in the JSON?
My problem is not getting the file; I already obtained it in advance using “http - make a request.” I am unable to separate the JSON from the other PDFs in it and then send the individual PDFs to the emails listed in the JSON.
Thank you for the tip, I will definitely try this approach in the next few days.
Is there a way to avoid integrating another tool (Google Drive) in this scenario? I am from Germany, and here companies are very cautious about processing customer data via cloud services due to the GDPR.