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.
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
For Everyone
Connect RenderDoc to thousands of apps without writing any code
- •Trigger document generation from any app
- •Generate PDFs and Excel files automatically
- •Use template variables from trigger data
- •Multi-step Zaps support
- •Visual scenario builder
- •Advanced routing & filters
- •Data transformations
- •Error handling
- •Self-hosted option
- •Fair-code license
- •Custom nodes
- •Webhook triggers
What Can You Automate?
Click any category to explore ready-to-use Zap recipes
Generate proposals and contracts as PDFs when deals move stages in HubSpot, Salesforce, or Pipedrive.
Automatically generate invoices and packing slips when orders are placed in Shopify or WooCommerce.
Generate Excel reports when new data is added to Google Sheets or Airtable.
Generate case summaries and documentation PDFs when tickets are resolved in Zendesk or Freshdesk.
Generate invoices and receipts as PDFs when payments are received in Stripe or PayPal.
Generate offer letters, contracts, and reports when form submissions or approvals happen.
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
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.