← All integrations
GoHighLevel Phone

Connect GoHighLevel Phone

About 10 minutes · Done by: Your GoHighLevel sub-account Admin

Before you start: Your team makes and receives calls with LeadConnector Phone inside GoHighLevel, and Call Recording is turned on for the number (Step 5 shows how).
01

Create a Private Integration token in GoHighLevel

  • Log in to GoHighLevel and open the sub-account (location) your team calls from
  • Go to Settings, then Private Integrations in the left menu
  • Click Create new integration, name it CaseRescue
  • Under scopes, enable: View Contacts, View Conversations, View Conversation Messages, View Locations, View Users, View Opportunities
  • Click Create and copy the token. It starts with pit-
  • Also note your Location ID: Settings, then Business Profile, the ID is shown at the top of the page
Treat the token like a password. Paste it only into the CaseRescue settings page.
02

Connect GoHighLevel in CaseRescue

  • Go to app.caserescue.ai and log in
  • Open Settings, then Integrations
  • In the CRM section, click Connect on the GoHighLevel card
  • Paste the token and the Location ID, then click Connect
CaseRescue verifies the token against your location. This one connection powers both case-win tracking and call capture.
03

Enable call capture and copy your webhook URL

  • On the same Integrations page, find the GoHighLevel Phone card
  • Click Enable call capture
  • Click Copy next to the webhook URL that appears. You will paste it into GoHighLevel in the next step
04

Build the workflow in GoHighLevel

Raw body to paste: {"contact_id": "{{contact.id}}", "contact_name": "{{contact.name}}", "contact_phone": "{{contact.phone}}", "contact_email": "{{contact.email}}", "user_name": "{{user.name}}"}

  • In GoHighLevel go to Automation, then Workflows, and click Create Workflow (start from scratch). Name it CaseRescue call capture
  • Click Add trigger and choose Call Details. Leave the filters empty so every call is sent
  • Click the + below the trigger and add the action Custom Webhook
  • Set Method to POST and paste the webhook URL you copied into the URL field
  • Set Content-Type to application/json and replace the raw body with the JSON below
  • Click Save action, then switch the workflow from Draft to Publish at the top right
The Custom Webhook action is a premium workflow action in GoHighLevel and is billed per execution by GoHighLevel, usually a fraction of a cent per call.
05

Turn on call recording for your number

  • In GoHighLevel go to Settings, then Phone Numbers
  • Click the number your team uses, then Advanced settings (or the edit icon)
  • Turn on Call Recording for both incoming and outgoing calls and save
Without call recording there is no audio to analyze. Calls will still be logged in CaseRescue but marked as having no recording.
06

Make a test call

  • Place a call from the GoHighLevel dialer that lasts at least one minute with a real conversation
  • Within a few minutes the call appears under Calls in CaseRescue with its transcript and score
  • Back on the Integrations page, the GoHighLevel Phone card shows Last call received with the time
Done! CaseRescue now captures every recorded GoHighLevel call automatically, a few seconds after it ends, and analyzes it like calls from any other phone system.

Good to know

  • Only calls 30 seconds or longer are transcribed and analyzed. Shorter calls are logged but skipped.
  • Calls in Spanish, or mixed Spanish and English, are transcribed and analyzed automatically.
  • GoHighLevel keeps the recording. CaseRescue reads it through your token and never changes anything in your account.
  • Your Private Integration token does not expire. If you ever rotate it, reconnect under CRM and call capture keeps working.
  • You can disable call capture at any time from the GoHighLevel Phone card. Turning the workflow off in GoHighLevel also stops it.

Troubleshooting

I do not see Private Integrations in Settings

Private Integrations must be enabled for the sub-account by your agency admin. Ask them to turn it on under the agency settings, then refresh.

Connect fails with a scope error

Open the integration in GoHighLevel, edit scopes, and make sure View Conversations and View Conversation Messages are both enabled. Save and try again.

The webhook fires but nothing shows in CaseRescue

Check that Call Recording is on for the number and that the call was at least 30 seconds. Open the workflow's Execution logs in GoHighLevel to confirm the webhook returned status 200.

I cannot find the Call Details trigger

Clear the search box and type Call Details. Older guides call it Call Status. It lives under the Events category.

I want to stop the integration

Click Disable on the GoHighLevel Phone card in CaseRescue, or unpublish the workflow in GoHighLevel.