Good Morning,
We are building an automated report in a private github repository that gives us projected sales. We do not want to connect to our database within github for privacy reasons, so we want to:
send a file (csv) to a designated gmail account, and then copy the file into our github repository. We want to produce a new report daily so we will automate a new email being sent daily and then the file that it is being written to be replaced (written-over) by the new file.
We have the data being sent to an email already, we are looking for guidance with copying the data from the email to the repository daily.
If anyone has any guidance or recommendations that would be much appreciated !
Thank you all for the help, I am still a novice when it comes to making my own Zaps.