Google Drive folders,
created automatically

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.

trigger workflow
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/

How it works

1

Connect Google Drive

Authorize via OAuth. Folxo only accesses the folders it creates. No broad permissions.

2

Define a folder template

Build the folder tree in the UI using named variables like {{client_name}} for dynamic values.

3

Trigger it

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

Zapier Make n8n HubSpot Salesforce Any REST client

Who uses this

If you create the same folder structure more than once a week, automate it.

Client onboarding

New client signs? Your CRM fires the webhook and their full folder structure is ready in Drive before you finish the call.

Project kickoffs

Every project gets the same folder layout from day one. No manual setup, no missing folders six months later.

Recurring deliverables

Monthly reports, quarterly reviews, annual audits. Trigger a fresh folder set on a schedule or from a form submission.

Quick one-offs from the dashboard

No API needed for simple runs. Fill in the variables in the dashboard and click trigger. Folders appear instantly.

Two ways to trigger

Use the dashboard for manual runs, or hit the API to automate it fully.

From the dashboard

Open any workflow, fill in the variables, pick a destination folder, and click run. No code needed.

  • One-click trigger with a visual form
  • Browse and pick destination folders from Drive
  • Execution logs with direct links to created folders
Via API
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.

Pricing

7-day free trial. Cancel any time.

Monthly Yearly (save 17%)

Premium Yearly

Most Popular
$240.00 /year

You save $48 vs monthly

  • Unlimited Workflows
  • Unlimited Monthly Executions
  • Priority Support
  • 7-Day Free Trial
Start 7-Day Free Trial

Stop creating folders by hand

Set it up once. Every future project folder is one click or one API call away.

Start Your 7-Day Free Trial

Cancel any time.