设置清单
- 确认 Airtable base / table / attachment field
- 设置 n8n HTTP Request 节点认证头
- 定义 Webhook 接收路径或轮询间隔
- 准备 done / failed 状态列
n8n · Pro 及以上
以 ready_to_master 状态为触发器,创建任务、跟踪状态、记录结果 URL——一个工作流全部搞定。
设置清单
预期结果
Airtable trigger or poll
HTTP POST /api/v1/master
Webhook or poll GET /api/v1/jobs/{job_id}
Update Airtable status + asset URL
API 请求
curl -X GET https://api.masterify.net/api/v1/jobs/{job_id} \
-H "Authorization: Bearer aim_live_xxx"Webhook / 响应示例
{
"event": "job.failed",
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "failed",
"error_message": "Unsupported file format"
}