Integrations

Connect RenderDoc to Your Workflow

Generate documents from Google Sheets, integrate via API, or connect to 6,000+ apps. Choose the workflow that fits your team.

Most Popular

Google Sheets Add-on

The easiest way to automate documents. Generate PDFs and Excel files directly from your spreadsheet data - no coding required.

  • Generate documents from spreadsheet rows
  • Bulk generation with one click
  • Auto-save to Google Drive
  • Works with your existing data
  • Email documents automatically
Invoice Data.xlsx
Customer
Amount
Date
Status
Acme Inc
$1,250
Jan 15
Paid
TechCorp
$3,400
Jan 18
Pending
No-Code Automation

For Everyone

Connect RenderDoc to thousands of apps without writing any code

Z
Private Beta
Zapier
Connect RenderDoc to 6,000+ apps. Generate documents automatically when events happen in your favorite tools.
  • Trigger document generation from any app
  • Generate PDFs and Excel files automatically
  • Use template variables from trigger data
  • Multi-step Zaps support
Learn More
M
Coming Soon
Make (Integromat)
Build advanced automation scenarios with visual workflows. Complex logic made simple.
  • Visual scenario builder
  • Advanced routing & filters
  • Data transformations
  • Error handling
Join Waitlist
n8n
Coming Soon
n8n
Self-hosted workflow automation. Full control over your data and integrations.
  • Self-hosted option
  • Fair-code license
  • Custom nodes
  • Webhook triggers
Join Waitlist
For Developers

Build Custom Integrations

Full API access for developers who want complete control

REST API

Direct API access for custom integrations. Build exactly what you need with our comprehensive API and webhook system.

  • OpenAPI 3.0 specification
  • Webhook notifications when documents are ready
  • SDKs for Node.js, Python, Go
  • Interactive API playground
  • OAuth 2.0 for third-party apps
// Generate PDF from template
const response = await fetch(
  'https://api.renderdoc.dev/v1/documents/generate',
  {
    method: 'POST',
    headers: {
      'Authorization': `Bearer ${API_KEY}`,
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      templateId: 'invoice-template',
      format: 'pdf',
      variables: {
        invoiceNumber: 'INV-001',
        items: [...],
        total: 1234.56
      }
    })
  }
);

// { jobId: "...", downloadUrl: "..." }

Ready to Automate Your Documents?

Start generating documents from your spreadsheets or integrate via API. No credit card required for your free account.