OUTREACH ENGINE

Cold email that never burns a domain.

One machine sends first touch and every blast after it for Sneeze It, The Steel Method, iJoin, and OTP. It reads every reply, honors every unsubscribe across all brands forever, and walks interested prospects to a booked call.

Not a CRM. Not a sequencer. The pipeline of record stays in GHL; this is the sending arm.

Open the dashboardAPI and MCP access

Machine state

ARMED

Sending is live within ramp limits.

Contacts 33
Prospects 33
MQLs 0
SQLs 0
Suppressed 262
Active blasts 0

Nothing waiting on you.

Sending domains

mail.sneeze.itSneeze It
L1
0/50 today
mail.thesteelmethod.comThe Steel Method
L1
0/50 today
mail.ijoin.aiiJoin
L1
0/50 today
mail.orgtp.comOTP
L1
0/50 today

No circuit breaker has ever tripped. Restriction history

How it protects the pipe

  1. 1Intake. Prospects arrive from Clay, any API, CSV, or MCP. Attributes are open and unlimited.
  2. 2Validate. Every address is verified before it can be sent to. Invalid addresses are suppressed for good.
  3. 3Preflight. Audience, suppression hits, validation coverage, copy scans. Blockers stop the blast cold.
  4. 4Approve. A named human clicks send. Always. There is no autopilot for launching a blast.
  5. 5Tranches. Blasts go out in slices with health checks between them. A bad list dies at 10 percent, not 100.
  6. 6Breakers. Bounce or complaint spikes pause sending automatically and log to restriction history.
  7. 7Replies. The engine reads every reply: unsubscribes honored instantly, interest escalated to SQL, calls booked.

Three ways in

Dashboard
Sign in at /dash with your API key. Approve blasts, review replies, build campaigns, watch the ramp.
HTTP API
Point Clay or any provider at the intake endpoint. Unknown columns become attributes automatically.
POST https://sales.orgtp.com/intake/contacts
Authorization: Bearer <intake key>
{"source":"clay","contacts":[{"email":"...","company":"...","attributes":{"system":"Glofox","vertical":["gym"]}}]}
MCP
Connect an AI agent or Claude session. Tools cover intake, search, suppression, conversion detection, and stats. Launching a blast is deliberately not a tool: approval stays human.
claude mcp add outreach --transport http https://sales.orgtp.com/mcp \
  --header "Authorization: Bearer <key>"