Overview
Make (formerly Integromat) is a visual automation platform. The Automize Make connector covers scenarios, webhooks, connections, data stores, organizations.
- Regions: Multi-region (EU, US).
- Plans: Free + paid by operations.
Setting up the connection
Auth type: Bearer Token.
- Make → Profile → API → Generate token.
- In Automize → Settings → Connectors → Make. Paste token + zone URL.
Find your credentials at https://www.make.com/en/help/tools/api.
Rate limits
Per-account by ops/month.
Data model
Automation primitives:
Organization ─┬─ Teams
├─ Scenarios (workflows)
│ └─ Webhooks (triggers)
├─ Connections (app integrations)
└─ Data Stores (key-value)Available operations
7 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Get Scenario | General | Get scenario details |
| List Connections | General | List all connections |
| List Scenarios | General | List all scenarios |
| Run Scenario | General | Trigger a scenario to run |
| Start Scenario | General | Activate/schedule a scenario |
| Stop Scenario | General | Deactivate a scenario |
| Trigger Webhook | General | Send data to a Make webhook |
Operations
Get Scenario
Get scenario details
| Parameter | Required | Type | Description |
|---|---|---|---|
Scenario Id scenario_id | Yes | text |
List Connections
List all connections
No input parameters.
List Scenarios
List all scenarios
No input parameters.
Tips
- Filter by status, team.
Run Scenario
Trigger a scenario to run
| Parameter | Required | Type | Description |
|---|---|---|---|
Scenario Id scenario_id | Yes | text |
Tips
- Trigger manual scenario execution.
Start Scenario
Activate/schedule a scenario
| Parameter | Required | Type | Description |
|---|---|---|---|
Scenario Id scenario_id | Yes | text |
Stop Scenario
Deactivate a scenario
| Parameter | Required | Type | Description |
|---|---|---|---|
Scenario Id scenario_id | Yes | text |
Trigger Webhook
Send data to a Make webhook
No input parameters.
FAQ
- Make vs Zapier vs n8n?
- Make: visual + powerful + EU-friendly. Zapier: most apps + simplest. n8n: open-source + self-hostable.