Integrations

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.

View API Docs
Coming Soon

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
Learn More
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 Rynko to thousands of apps without writing any code

Z
Private Beta
Zapier
Connect Rynko to 6,000+ apps. Generate documents automatically when events happen in your favorite tools.
  • 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
Learn More
M
Available
Make (Integromat)
Build advanced automation scenarios with visual workflows. Complex logic made simple.
  • Trigger Flow gate runs or document generation from any scenario
  • Advanced routing & filters
  • Data transformations
  • Error handling
Learn More
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 gate runs complete or documents are ready
  • SDKs for Node.js, Python, Java
  • Interactive API playground
  • OAuth 2.0 for third-party apps
// Generate PDF from template
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 completed

Ready 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.