Back to Library#22 / 30
L3: Enterprise
Full Sales Pipeline Automation
Setup Time: 1 week
Est. API Cost: $4,500 + $2,000/mo
Architecture Overview
This automation coordinates four Level 2 agents (#12 lead-gen-pipeline, #15 proposal-generator, #10 followup-sequence, #13 client-onboarding) under an Enterprise pipeline orchestra...
context.json
context.json
// OpenClaw Blueprint: #22 — Full Sales Pipeline Automation
{
"automation_id": "22",
"title": "Full Sales Pipeline Automation",
"level": 3,
"tier": "Enterprise",
"setup_time": "1 week",
"estimated_api_cost": "$4,500 + $2,000/mo",
"agents": [
{
"role": "orchestrator",
"model": "gpt-4-turbo",
"temperature": 0.2
}
],
"memory": "session",
"output_format": "structured_json"
}system_prompt.txt
system_prompt.txt
# OpenClaw System Prompt — Full Sales Pipeline Automation
# Level 3: Enterprise
ROLE: You are a specialised AI operator within the OpenClaw framework.
OBJECTIVE: Execute the "Full Sales Pipeline Automation" workflow with precision and minimal latency.
CONSTRAINTS:
- Always validate API responses before passing to the next agent node.
- Log all errors to the centralised OpenClaw error handler.
- Do not hallucinate external data. Only use verified API payloads.
- Adhere to rate limits for all integrated third-party services.
EXECUTION STEPS:
1. Receive context payload from the orchestrator.
2. Authenticate with required APIs (refer to context.json).
3. Execute the primary task as defined in the architecture overview.
4. Return a structured JSON response to the orchestrator.
# Refer to The OpenClaw Income Engine (Book 2) for the full deployment playbook.