Connections

⚡ LIVE CONNECTIONS
BACKEND API PROXY — CREDENTIALS ARE SERVER-SIDE ONLY — NEVER EXPOSED TO BROWSER
🔗GOHIGHLEVEL○ NOT TESTED
Test Connection
Fetch location info to verify API key + Location ID
○ NOT TESTED
Get Operator Contact
Fetch your own contact record using OPERATOR_GHL_CONTACT_ID
○ NOT TESTED
List Contacts
Fetch first 20 contacts from your location
○ NOT TESTED
🪝GHL WEBHOOK — RELAY ENGINE
① Go to GHL → Settings → Webhooks
② Click + Create Webhook
③ Paste the URL below and select trigger: Inbound Message
④ Set secret to your GHL_WEBHOOK_SECRET env value
⑤ Save — RELAY engine will classify and auto-draft replies in real time
https://wefollowup.live/api/webhooks/ghl/inbound
📡RELAY LOG — LIVE EVENT STREAM
0 events in buffer (last 100)
// No events yet — waiting for inbound GHL messages...
// Activate the GHL webhook, then start live polling.
🧠CLAUDE API (ANTHROPIC)○ NOT TESTED
Ping Claude
Send a minimal test message to verify API key and model access
○ NOT TESTED
RELAY — Classify Reply
Run the full RELAY reply classification engine on a sample reply
○ NOT TESTED
📘META — FACEBOOK / INSTAGRAM○ NOT TESTED
Requires META_ACCESS_TOKEN (User or Page Access Token)
Get one at: developers.facebook.com → Graph API Explorer
Required permissions: pages_read_engagement, pages_manage_posts, instagram_basic, instagram_manage_messages
Test Connection
Verify Meta access token and fetch linked pages
○ NOT TESTED