Skip to main content

Say i have a domain- 

 

mysite.com

 

I want a zap that will create a new subfolder on a daily basis - 

 

mysite.com/{DATE}/

 

and copy the files that i have in one folder to another.

 

anyone did something like this?

Hi @mamutot - Is your domain attached to a backend server?


Mmm..suppose I have, what then? 


@mamutot  One solution would be using a web server to host your files, and it should expose an API to allow you to create new folders and copy files. Then, in Zapier, you would send a request to your API to create the subfolders and copy files from one folder to another.