Masterify

make.com · Pro 이상

Google Drive 업로드를 자동 마스터링 파이프라인으로 바꾸세요

새 파일 감지, 작업 생성, 완료 웹훅 수신, Slack 알림까지 make.com에서 바로 연결할 수 있는 스타터 템플릿입니다.

Setup Checklist

  • Masterify API key 발급
  • make.com custom webhook URL 생성
  • 감시할 Google Drive 폴더 지정
  • Slack 채널 또는 DM 대상 지정

Expected Outcome

  • 업로드 후 수동 확인 없이 Slack에서 완료 링크 수신
  • Drive를 간이 큐처럼 사용 가능
  • 팀 검수 루프 단축
1

Google Drive trigger

2

HTTP POST /api/v1/master with webhook_url

3

Webhook receive job.completed

4

Slack message with download_url

API Request

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"

Webhook / Response Example

{
  "event": "job.completed",
  "job_id": "550e8400-e29b-41d4-a716-446655440000",
  "status": "done",
  "download_url": "https://api.masterify.net/api/v1/jobs/.../download"
}

Ops Notes

완료 URL은 보관 기간 안에만 유효하므로 Slack에서 빠르게 후속 처리하는 편이 좋습니다.

여러 플랫폼을 한 번에 만들더라도 웹 기준 과금은 1회당 1크레딧입니다.