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"