🔧 Make (Integromat)
Make (formerly Integromat) automation platform — manage scenarios, trigger runs, monitor executions, manage connections, and handle data stores via the Make API.
Features
- - Scenario management — list, activate, deactivate scenarios
- Trigger runs — execute scenarios on demand
- Execution logs — monitor run history and status
- Connection management — view and manage app connections
- Data store operations — CRUD on data stores
- Webhook management — create and manage webhooks
- Organization management — teams and users
- Template browsing — discover scenario templates
- Blueprint export — export scenario definitions
- Usage monitoring — operations and data transfer stats
Requirements
| Variable | Required | Description |
|---|
| INLINECODE0 | ✅ | API key/token for Make (Integromat) |
| INLINECODE1 |
❌ | API zone (default: us1.make.com) |
Quick Start
CODEBLOCK0
CODEBLOCK1
CODEBLOCK2
CODEBLOCK3
Commands
scenarios
List scenarios.
CODEBLOCK4
scenario-get
Get scenario details.
CODEBLOCK5
scenario-run
Trigger a scenario run.
CODEBLOCK6
scenario-activate
Activate a scenario.
CODEBLOCK7
scenario-deactivate
Deactivate a scenario.
CODEBLOCK8
executions
List execution logs.
CODEBLOCK9
execution-get
Get execution details.
CODEBLOCK10
connections
List connections.
CODEBLOCK11
data-stores
List data stores.
CODEBLOCK12
data-store-records
List data store records.
CODEBLOCK13
webhooks
List webhooks.
CODEBLOCK14
webhook-create
Create a webhook.
CODEBLOCK15
organizations
List organizations.
CODEBLOCK16
users
List team users.
CODEBLOCK17
usage
Get usage stats.
CODEBLOCK18
Output Format
All commands output JSON by default. Add --human for readable formatted output.
CODEBLOCK19
Script Reference
| Script | Description |
|---|
| INLINECODE18 | Main CLI — all Make (Integromat) operations |
Data Policy
This skill never stores data locally. All requests go directly to the Make (Integromat) API and results are returned to stdout. Your data stays on Make (Integromat) servers.
Credits
Built by
M. Abidi |
agxntsix.ai
YouTube |
GitHub
Part of the
AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
🔧 Make (Integromat)
Make(原名Integromat)自动化平台——通过Make API管理场景、触发运行、监控执行、管理连接以及处理数据存储。
功能特性
- - 场景管理 — 列出、激活、停用场景
- 触发运行 — 按需执行场景
- 执行日志 — 监控运行历史与状态
- 连接管理 — 查看和管理应用连接
- 数据存储操作 — 对数据存储进行增删改查
- Webhook管理 — 创建和管理Webhook
- 组织管理 — 团队与用户管理
- 模板浏览 — 发现场景模板
- 蓝图导出 — 导出场景定义
- 用量监控 — 操作与数据传输统计
前提条件
| 变量 | 必需 | 描述 |
|---|
| MAKEAPIKEY | ✅ | Make (Integromat) 的API密钥/令牌 |
| MAKE_ZONE |
❌ | API区域(默认:us1.make.com) |
快速开始
bash
列出场景
python3 {baseDir}/scripts/make.py scenarios --limit 20
bash
获取场景详情
python3 {baseDir}/scripts/make.py scenario-get 12345
bash
触发场景运行
python3 {baseDir}/scripts/make.py scenario-run 12345
bash
激活场景
python3 {baseDir}/scripts/make.py scenario-activate 12345
命令
scenarios
列出场景。
bash
python3 {baseDir}/scripts/make.py scenarios --limit 20
scenario-get
获取场景详情。
bash
python3 {baseDir}/scripts/make.py scenario-get 12345
scenario-run
触发场景运行。
bash
python3 {baseDir}/scripts/make.py scenario-run 12345
scenario-activate
激活场景。
bash
python3 {baseDir}/scripts/make.py scenario-activate 12345
scenario-deactivate
停用场景。
bash
python3 {baseDir}/scripts/make.py scenario-deactivate 12345
executions
列出执行日志。
bash
python3 {baseDir}/scripts/make.py executions --scenario 12345 --limit 20
execution-get
获取执行详情。
bash
python3 {baseDir}/scripts/make.py execution-get exec_abc
connections
列出连接。
bash
python3 {baseDir}/scripts/make.py connections --limit 20
data-stores
列出数据存储。
bash
python3 {baseDir}/scripts/make.py data-stores
data-store-records
列出数据存储记录。
bash
python3 {baseDir}/scripts/make.py data-store-records 789 --limit 50
webhooks
列出Webhook。
bash
python3 {baseDir}/scripts/make.py webhooks
webhook-create
创建Webhook。
bash
python3 {baseDir}/scripts/make.py webhook-create {name:My Hook}
organizations
列出组织。
bash
python3 {baseDir}/scripts/make.py organizations
users
列出团队用户。
bash
python3 {baseDir}/scripts/make.py users
usage
获取用量统计。
bash
python3 {baseDir}/scripts/make.py usage
输出格式
所有命令默认输出JSON格式。添加--human参数可输出可读的格式化内容。
bash
JSON(默认,适用于程序化使用)
python3 {baseDir}/scripts/make.py scenarios --limit 5
人类可读格式
python3 {baseDir}/scripts/make.py scenarios --limit 5 --human
脚本参考
| 脚本 | 描述 |
|---|
| {baseDir}/scripts/make.py | 主CLI — 所有Make (Integromat) 操作 |
数据策略
本技能绝不本地存储数据。所有请求直接发送至Make (Integromat) API,结果返回至标准输出。您的数据始终保留在Make (Integromat)服务器上。
致谢
由
M. Abidi 构建 |
agxntsix.ai
YouTube |
GitHub
属于面向OpenClaw代理的
AgxntSix技能套件 的一部分。
📅 需要为您的业务搭建OpenClaw? 预约免费咨询