Turn recorded sales calls into clear insights your team can act on. The flow captures audio, turns it into text, scores the conversation, and saves a structured summary to your database. Sales leaders and reps can see interest, intent, objections, and upsell signals without manual note taking.
Under the hood, an audio link is sent to a transcription service using a manual test path. A webhook receives the callback when the transcript is ready. The flow checks the status, fetches the full text, and sends it to an AI model with a specific prompt and JSON schema. The result is a clean JSON object with fields like interest score and next steps. Finally, the data is written to a Supabase table so you can query it or show it in dashboards.
Setup needs API keys for the transcription tool, the AI model, and your database project. Replace the audio link, set your webhook URL, and adjust the prompt and schema to match your sales criteria. Expect a big drop in review time and faster coaching loops. Ideal for outbound call reviews, discovery calls, and tracking upsell opportunities at scale.