The outreach generation agent turns intelligence into action. It receives the structured research and ICP analysis produced by earlier agents and uses them — along with your sender identity and company service descriptions — to produce a complete set of personalized sales messages. Every output is tailored to the specific company, its pain points, and its ICP match profile. The agent uses the LLM exclusively; no external tools or web searches are required at this stage.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/vrashmanyu605-eng/Agentic_Sales-Markerting/llms.txt
Use this file to discover all available pages before exploring further.
State inputs
The JSON string from the lead research agent. Provides company context, pain points, and recommended contacts that the LLM uses to personalize each message.
The JSON string from the ICP matching agent. Provides match score, matching and missing attributes, and best service fit — used to sharpen the value proposition in each message.
The name of the salesperson or account manager sending the outreach. Appears in email sign-offs and the call pitch.
A description of the services your company offers. The LLM uses this to match specific services to the lead’s pain points in each message.
State outputs
A JSON string containing the full set of generated outreach assets. See output schema for the complete field list.
What it does
Assemble the context
The agent reads
lead_research, icp_analysis, sender_name, and company_services from state. All four inputs are passed verbatim to the LLM — no preprocessing or tool calls occur before the prompt is sent.Generate multi-channel outreach content
The agent sends a single LLM request asking for seven distinct outreach assets in structured JSON format. The LLM crafts each asset with awareness of the lead’s industry, pain points, buying probability, and best service fit from the ICP analysis.
This is the only pipeline agent that makes no external tool calls. All personalization is driven entirely by the structured data accumulated in earlier pipeline stages.