Official Make.com (formerly Integromat) integration for Rynko - the document generation platform with unified template design for PDF and Excel documents.
- Watch Document Completed - Triggers when a document is successfully generated
- Watch Document Failed - Triggers when document generation fails
- Watch Batch Completed - Triggers when a batch generation completes
- Generate PDF - Generate a PDF document from a template
- Generate Excel - Generate an Excel document from a template
- Generate Batch Documents - Generate multiple documents from a single template with different variables
- Get Document Job - Get document job details by ID
- List Document Jobs - List document jobs with filters
make-rynko/
├── app.json # App metadata
├── base.json # Base URL and headers configuration
├── package.json # Package information
├── README.md # This file
├── DEPLOYMENT.md # Deployment guide
└── src/
├── common.json # Shared request/response settings
├── groups.json # Module grouping configuration
├── connections/
│ └── oauth2.json # OAuth 2.0 connection
├── webhooks/
│ └── document-events.json # Webhook configuration
├── modules/
│ ├── watch-document-completed.json
│ ├── watch-document-failed.json
│ ├── watch-batch-completed.json
│ ├── generate-document.json
│ ├── generate-batch.json
│ └── get-document-job.json
└── rpcs/
├── list-templates.json
├── list-pdf-templates.json
└── list-excel-templates.json
This integration uses OAuth 2.0 with the following scopes:
documents:write- Generate documentsdocuments:read- Read document job statustemplates:read- Access templateswebhooks:read- View webhook subscriptionswebhooks:write- Create/delete webhook subscriptionsprofile:read- Read user profile
POST /api/v1/documents/generate- Generate single documentPOST /api/v1/documents/generate/batch- Generate batch documentsGET /api/v1/documents/jobs- List/search document jobsGET /api/v1/documents/jobs/:id- Get document job detailsGET /api/v1/templates- List templatesPOST /api/v1/webhook-subscriptions- Subscribe to webhooksDELETE /api/v1/webhook-subscriptions/:id- Unsubscribe
When generating documents, you can optionally specify a workspaceId to generate documents in a specific workspace. If not provided, documents are generated in the user's current workspace.
- Log in to Make.com
- Go to My Apps → Create a new app
- Upload configuration files from this directory
- Configure OAuth credentials
- Test all modules
- Create a test scenario
- Add Rynko modules
- Configure with test connection
- Run scenarios to verify
See DEPLOYMENT.md for detailed deployment instructions.
- Email: support@rynko.dev
- Documentation: https://docs.rynko.dev