make.com
Google Drive → Master → Slack
当新音频文件上传到 Drive 时自动创建母带处理任务,完成后通过 Webhook 将结果链接发送到 Slack。
个人创作者 / 小型团队 · Pro 及以上
- 1Google Drive trigger
- 2HTTP POST /api/v1/master with webhook_url
- 3Webhook receive job.completed
- 4Slack message with download_url
curl -X POST https://api.masterify.net/api/v1/master \
-H "Authorization: Bearer aim_live_xxx" \
-F "[email protected]" \
-F "platforms=spotify,apple_music" \
-F "ai_service=suno" \
-F "webhook_url=https://hook.make.com/your-webhook-id"