Define a folder template once. Trigger it from the dashboard or via API. The entire structure appears in Google Drive in seconds.
7-day free trial. Cancel any time.
curl -X POST https://folxo.com/api/workflow/YOUR_ID/trigger \
-H "Content-Type: application/json" \
-d '{"client_name": "Acme Corp", "year": "2026"}'
# → Creates in Google Drive:
# Acme Corp/
# Contracts/
# Deliverables/
# Invoices 2026/
Authorize via OAuth. Folxo only accesses the folders it creates. No broad permissions.
Build the folder tree in the UI using named variables like {{client_name}} for dynamic values.
Run it from the dashboard with one click, or POST from your CRM, Zapier, Make, or any script. Folders appear in seconds.
Works with your existing tools
If you create the same folder structure more than once a week, automate it.
New client signs? Your CRM fires the webhook and their full folder structure is ready in Drive before you finish the call.
Every project gets the same folder layout from day one. No manual setup, no missing folders six months later.
Monthly reports, quarterly reviews, annual audits. Trigger a fresh folder set on a schedule or from a form submission.
No API needed for simple runs. Fill in the variables in the dashboard and click trigger. Folders appear instantly.
Use the dashboard for manual runs, or hit the API to automate it fully.
Open any workflow, fill in the variables, pick a destination folder, and click run. No code needed.
curl -X POST \
https://folxo.com/api/workflow/abc123/trigger \
-H "Content-Type: application/json" \
-H "X-Webhook-Secret: your-secret" \
-d '{
"client_name": "Acme Corp",
"destination_folder_id": "1BxiM..."
}'
One POST request. No SDK. Works from any language, Zapier, Make, n8n, or any automation tool. Optional header-based secret for auth.
7-day free trial. Cancel any time.
Set it up once. Every future project folder is one click or one API call away.
Start Your 7-Day Free TrialCancel any time.