Connect Rynko to Your Workflow
Connect Flow gates and document generation to 6,000+ apps. Trigger gate runs from your workflow, get webhook notifications on results, or generate documents automatically.
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 Rynko to thousands of apps without writing any code
- •Trigger Flow gate runs or document generation from any app
- •Generate PDFs and Excel files automatically
- •Use template variables from trigger data
- •Multi-step Zaps support
- •Trigger Flow gate runs or document generation from any scenario
- •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 gate runs complete or documents are ready
- •SDKs for Node.js, Python, Java
- •Interactive API playground
- •OAuth 2.0 for third-party apps
const response = await fetch(
'https://api.rynko.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
}
})
}
);
// Returns: { jobId: "...", status: "queued" }
// Poll /jobs/:jobId for downloadUrl when completedReady to Connect Rynko to Your Workflow?
Automate Flow gate runs and document generation via API, SDKs, or no-code platforms. No credit card required for your free account.