make.com
Google Drive → Master → Slack
새 오디오 파일이 Drive에 올라오면 마스터링 작업을 만들고, 완료 웹훅이 오면 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"