← Back to directory
Sales Medium to set up AI workflow Repurpose/Transform

Personalized Proposal Generation via LLM

Source reviewed Updated 2026-07-07

Generates tailored proposals for each prospect by combining CRM data, chat transcripts, and internal notes into a specific template.

founders and execsfreelancers and consultants

What it does

You get tailored proposals for each prospect that directly address their specific pain points and priorities. This happens automatically as the agent combines your CRM data, chat transcripts, and internal notes into a specific template using an LLM.

Step by step

  1. Connect to the CRM API using OAuth2 or API keys to fetch lead data and conversation history.
  2. Construct a structured JSON payload containing the prospect's profile, recent interactions, and the predefined proposal template variables.
  3. Send the payload to the LLM endpoint with specific instructions to fill in the template based on the provided context.
  4. Parse the LLM response to extract the final text and store it back into the CRM as a new record or draft.

Where the LLM does the work

  • Generate natural language that synthesizes scattered conversation notes into a coherent narrative addressing specific pain points.
  • Determine which features of the product best align with the prospect's stated priorities from their history.
  • Adjust the tone and formality of the proposal to match the relationship stage indicated in the CRM tags.

Watch out for

LLMs may ignore negative constraints if they are buried in long context windows so place critical exclusions at the very beginning of the system prompt.
Personalization tokens might contain special characters that break JSON formatting so sanitize all input strings before embedding them in the payload.

Tools that fit

LLM LLM Generate personalized proposal text based on inputs
CRM Service Store and retrieve prospect information

The agent brief

Everything your agent needs, including the gotchas. Copy it and go.
agent-brief.md
You are helping me build the following AI agent workflow.

## Goal
Personalized Proposal Generation via LLM: Generates tailored proposals for each prospect by combining CRM data, chat transcripts, and internal notes into a specific template.

## Specification
- What it does: You get tailored proposals for each prospect that directly address their specific pain points and priorities. This happens automatically as the agent combines your CRM data, chat transcripts, and internal notes into a specific template using an LLM.
- Trigger: Run manually (Manual · on demand)
- Autonomy: You stay in control
- Expected setup effort: about an afternoon
- Tools/services involved:
  - LLM: Generate personalized proposal text based on inputs
  - CRM: Store and retrieve prospect information

## Known pitfalls, handle each one explicitly in your implementation
1. LLMs may ignore negative constraints if they are buried in long context windows so place critical exclusions at the very beginning of the system prompt.
2. Personalization tokens might contain special characters that break JSON formatting so sanitize all input strings before embedding them in the payload.

## Reference implementation
https://www.youtube.com/watch?v=5hZCTc_mwOg (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/personalized-proposal-generation-via-llm/ via usecasesforagents.com

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.
Get in touch →

Who it's for

Built for founders and execs who need sales handled without hiring for it.

Freelancers and consultants can run this per-client with no changes beyond the source data.

Seen in the wild

← Back to directory