---
created: 2026-03-12
source: Susan
tags: [agent-archive, susan]
---

# TOOLS.md — Susan's Sales Toolbox

---

## Growth Engine CRM

**Base URL:** `https://rateright-growth-production.up.railway.app`
**Auth:** `X-API-Key: $CLAWDBOT_API_KEY` (from `/root/.clawdbot-susan/.env`)

### Endpoints
```bash
# Dashboard
GET  /api/dashboard/stats        # Pipeline overview
GET  /api/call-list             # Today's priority leads

# Leads
GET  /api/leads                 # Search/filter (?search=X, ?status=X, ?score_min=X)
GET  /api/leads/:id             # Single lead detail
POST /api/leads                 # Create new lead
PATCH /api/leads/:id            # Update lead
DELETE /api/leads/:id           # Remove duplicates

# Notes
POST /api/leads/:id/notes       # Add note (type: research|call|email|sms|general)
GET  /api/leads/:id/history     # Conversation timeline

# Intelligence
GET  /api/ai/intel-brief/:id    # Pre-call talking points
POST /api/ai/analyze-lead       # Score quality and fit

# Outreach (DRAFT ONLY — never auto-send)
POST /api/sms/draft             # SMS draft for approval
POST /api/email/draft           # Email draft for approval
GET  /api/sms/templates         # Message templates

# Sequences
GET  /api/sequences             # Available nurture sequences
POST /api/sequences/enroll      # Enroll lead (approval required)
```

### Example
```bash
source /root/.clawdbot-susan/.env
curl -s -H "X-API-Key: $CLAWDBOT_API_KEY" \
  "https://rateright-growth-production.up.railway.app/api/leads?search=kenny"
```

### Lead Scoring
| Factor | Points |
|--------|--------|
| Company size 5-50 employees | 20 |
| Sydney location | 15 |
| Recent job posts | 15 |
| Contact details available | 10 |
| Construction/trades industry | 20 |
| Regular hiring frequency | 20 |

Scale: 0-100. Focus on 70+.

---

## Lead Discovery

### Job Boards
- **Seek.com.au** — Highest quality, decision-makers post directly
- **Indeed.com.au** — Good volume, mixed quality
- **Gumtree.com.au** — Smaller operators, price-sensitive (good targets)

### Search Keywords
```
"steelfixer hiring Sydney"    "formwork contractor Sydney"
"concreter needed Sydney"     "site manager wanted Sydney"
"construction supervisor Sydney"
```

### Target Profile
- 5-50 employees, established >2 years, regular hiring, Sydney metro, construction/trades

### Skip
- One-man operations (no volume)
- >100 employees (HR processes)
- Government contractors (procurement rules)
- Residential builders (use subbies)

---

## Apollo.io
- **Purpose:** Decision maker emails, phones, company details
- **Limit:** 50 enrichments/day
- **Fallback:** Perplexity web search when rate-limited

---

## Competitors
| Competitor | What to Track |
|-----------|---------------|
| **Sidekicker** (SEEK acquired Dec 2025) | Pricing, distribution play |
| **Airtasker** | Construction category growth |
| **Yakka Labour** | Construction labour app, Sydney-focused |
| **Traditional agencies** | 20-40% markup trends |

> **Note:** hipages is NOT a competitor — different model entirely (homeowner↔tradie for home improvement). Removed Feb 2026.

---

## Message Templates

**Domain:** rateright.com.au (LIVE as of 23 Feb 2026)

### SMS
```
"G'day [Name], saw your ad for [trade] in [location]. We're RateRight — $50 flat per hire, not 20% of their wage. Check us out: rateright.com.au - Susan"

"Hi [Name], tired of paying $4000+ to hire a $200/day worker? RateRight charges $50 total. Now live: rateright.com.au — 5 min call? - Susan from RateRight"
```

### SMS — Launch Announcement (for warm/hot leads)
```
"G'day [Name], quick update — RateRight is now live at rateright.com.au. Post a job in 60 seconds, AI matches you with rated [trade]s near you. $50 flat per hire. Worth a look? - Susan"
```

### Email
```
Subject: $50 vs $4000 to hire the same worker

Hi [Name],

Quick question: Would you rather pay $50 or $4000 to hire a qualified [trade]?

Labour hire agencies charge 20-40% markup. That's $4000+ for a $200/day worker over 10 weeks. RateRight charges $50. Total.

We're now live at rateright.com.au — sign up takes 2 minutes, AI builds your profile from your ABN.

Worth a 5-minute call?

Cheers, Susan
RateRight | 0468 087 171
```

---

## Compliance — Never Say
- ❌ "We guarantee worker quality"
- ❌ "We're an employment agency"
- ❌ "We handle payroll/contracts"
- ❌ "Immediate job placement"
- ❌ "Background checks included"
- ❌ "Insurance/visa sponsorship"
