Summarize Discovery Calls Into Emails And Notes
Paste a discovery call transcript and get a drafted follow-up email plus an executive summary ready for Salesforce.
What it does
Paste your discovery call transcript to instantly receive a drafted follow-up email and an executive summary ready for your Salesforce notes. This workflow uses GPT to transform your raw conversation into actionable outputs without manual transcription work.
Step by step
- Parse the raw transcript text into a structured string for the LLM prompt.
- Define two distinct output templates: one for the follow-up email and one for the Salesforce summary.
- Implement the API call to send the prompt to GPT and receive the JSON or text response.
- Format the returned email body with standard salutations and sign-offs.
Where the LLM does the work
- Extract key pain points, budget indicators, and decision-making timelines from unstructured conversation data.
- Draft a personalized follow-up email that matches the tone of the sales representative while remaining professional.
- Condense the discussion into concise bullet points suitable for CRM notes without losing critical context.
Watch out for
The transcript may contain sensitive personal information so you must add a privacy filter to redact PII before sending it to the LLM.
Salesforce has strict character limits for custom fields so ensure the executive summary is truncated or split if it exceeds the field capacity.
Long transcripts might exceed the model's context window so implement a chunking strategy to process the text in segments.
Tools that fit
GPT LLM Summarize transcripts and generate content
The agent brief
Everything your agent needs, including the gotchas. Copy it and go.
You are helping me build the following AI agent workflow. ## Goal Summarize Discovery Calls Into Emails And Notes: Paste a discovery call transcript and get a drafted follow-up email plus an executive summary ready for Salesforce. ## Specification - What it does: Paste your discovery call transcript to instantly receive a drafted follow-up email and an executive summary ready for your Salesforce notes. This workflow uses GPT to transform your raw conversation into actionable outputs without manual transcription work. - Trigger: Run manually (Manual · on new transcript) - Autonomy: You stay in control - Expected setup effort: under an hour - Tools/services involved: - GPT: Summarize transcripts and generate content - Salesforce: Store executive summaries and notes ## Known pitfalls, handle each one explicitly in your implementation 1. The transcript may contain sensitive personal information so you must add a privacy filter to redact PII before sending it to the LLM. 2. Salesforce has strict character limits for custom fields so ensure the executive summary is truncated or split if it exceeds the field capacity. 3. Long transcripts might exceed the model's context window so implement a chunking strategy to process the text in segments. ## Reference implementation https://www.youtube.com/watch?v=PeLIweOFXTM (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/summarize-discovery-calls-into-emails-and-notes/ via usecasesforagents.com
Frequently asked questions
Can I use a different LLM than OpenAI?
Yes. OpenAI is only the example LLM in this recipe. The same flow works with Anthropic, Cohere, DeepSeek and Google Gemini. Swap the LLM connection and keep the rest of the setup as written.
Want this running in your business?
This is what I do. I design and build AI agents like this one, and keep them running. If you want it set up for your team instead of doing it yourself, get in touch.
Who it's for
Built for founders and execs who need sales handled without hiring for it.
Sales teams can plug this into their own CRM and call cadence just as easily.