OpenClaw — Outbound Revenue Agent

ReceptionistAI | Autonomous email outreach engine

Last refreshed: —
Checking...
Emails Sent Today
Loading...
Total Pipeline
leads tracked
Pending Outreach
ready to contact
Contacted
awaiting response

Revenue Attribution

Pipeline Value (L2 @ $497/mo)
$0
if all pending convert
This Month Emails
0
sent this calendar month
Response Rate (est.)
replied / contacted
Pipeline Stages
Pending
Contacted
Replied
Converted
Opted Out
Daily Send Cap
0%

0 sent today

50 daily limit

50 remaining

Resets at midnight UTC

Recent Outreach Log Load more
Time Business Email Sequence Step Status
Loading outreach data...
Last run: | Next run:
Setup & Configuration

Quick Start (Local Mode)

# 1. Install dependencies
pip install psycopg2-binary requests

# 2. Set SMTP credentials
$env:SMTP_PASS = "your-sendgrid-api-key"
$env:FROM_EMAIL = "receptionist@receptionistai.com.au"

# 3. Init database tables
python E:\genesis-system\mcp-servers\storm\local_runner.py --init-db

# 4. Test with dry run (no emails sent)
python E:\genesis-system\mcp-servers\storm\local_runner.py --dry-run

# 5. Run for real
python E:\genesis-system\mcp-servers\storm\local_runner.py

# 6. Run as daemon (every 15 min)
python E:\genesis-system\mcp-servers\storm\local_runner.py --daemon

VPS Deployment (when SSH access restored)

# Deploy to 152.53.201.221 (OpenClaw VPS — NOT AIVA at .152)
bash E:\genesis-system\scripts\openclaw_deploy_ready.sh --deploy

SSH key: C:\Users\P3\.ssh\id_rsa — currently rejected by VPS (permission denied).
Resolution: Log into app.elestio.app, find service at 152.53.201.221, download SSH key.