make.com
Google Drive → Master → Slack
Crea automáticamente un trabajo de masterización cuando se sube un nuevo archivo de audio a Drive, y envía el enlace del resultado a Slack cuando llega el webhook de finalización.
Creadores individuales / Equipos pequeños · Pro o superior
- 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"