Make.com Integration
Connect Doclayer to Make.com scenarios for no-code document automation. 39 actions and 6 triggers available.
Make.com Integration
No-code automation for document processing
Connect Doclayer to Make.com (formerly Integromat) scenarios. Build powerful document processing workflows with 39 available actions and 6 webhook triggers.
Setup Guide
Download the app files
Clone or download the Doclayer Make.com app from GitHub. You will need base.json, connection.json, and all files from the modules/ and webhooks/ folders.
View on GitHubCreate the app in Make.com
Go to Apps → My Apps → Create a new app. Import base.json first, then add connection.json under the Connections tab.
Add modules and webhooks
In the Modules tab, click "Add module" and import each JSON file from the modules/ folder (39 files). For webhooks, add each file from webhooks/ folder (6 files).
Configure your connection
Create a new connection using your Doclayer API key. The base URL is pre-configured:
https://api.doclayer.aiBuild your scenario
Search for "Doclayer" in the modules panel. Drag modules into your scenario and connect them to other apps like Google Drive, Slack, or Airtable.
Available Actions (39 total)
Documents
- Upload
- Get document
- List
- Delete
- Get chunks
- Get extractions
- Presigned URL
Ingestion
- List jobs
- Get job
- Process job
- Retry job
- Get insights
Search
- Vector search
- Table search
- Graph search
Projects
- List
- Create
- Get
- Delete
Agent Templates
- List templates
- Get template
Workflows
- List
- Get
- Cancel
- Retry
Billing
- Get usage
- Get tier
- Usage history
- Estimate cost
Models
- Get config
- List models
- Set LLM
- Set embedding
- Test model
Status
- List jobs
- Inspect job
- Grounding report
Webhook Triggers (6 total)
React to document events in real-time with webhook triggers:
Example: Contract Analysis
This scenario watches for new contracts in Dropbox, processes them with Doclayer, and sends a summary to Slack.
1. Dropbox → Watch files in /Contracts folder
2. Doclayer → Upload document
3. Doclayer → Process with "contracts.nda-summary" agent
4. Doclayer → Wait for completion (webhook or polling)
5. Doclayer → Get extraction results
6. Slack → Send message with contract summaryPrerequisites
- Make.com account (Free or paid plan)
- Doclayer account with API key
- Permission to install custom apps in Make.com