CorrLinks in this project

This server does not embed CorrLinks inside Inmate Connect. Automation runs in a separate headless Chrome profile on the machine (cl1). You normally do not see that window unless you use a screenshot.

1) Use CorrLinks in your own browser

Log in the normal way (same account as CL1 in .env if you want parity with automation).

Open CorrLinks login ↗ Open CorrLinks home ↗

2) See what the server’s CorrLinks tab looks like

If ADMIN_API_KEY is set, fetch the live screenshot via admin API (refreshes every 25s in /admin), or:

curl -H "x-api-key: $ADMIN_API_KEY" "${origin}/api/admin/corrlinks/screenshot"

Do not put your admin key in URLs — use the x-api-key header only.

3) Operator sandbox

CorrLinks runs in profiles/cl1 (and cl2, …). GV SMS uses profiles/gv1. WhatsApp is WPPConnect (no Chrome). Session restore is automatic; you only click Cloudflare/Turnstile in headed Chrome when admin says so — see docs/HUMAN_ONLY.md.

← Back to server home