CRM team playbook
You own the CRM. This playbook covers reading GoHighLevel data, running the weekly/monthly audit analytics, saving audit docs to Google Drive, and pulling Microsoft Clarity behaviour metrics. One connector reaches every GHL sub-account your token is scoped to.
What you can do
Section titled “What you can do”- Read contacts, opportunities, pipelines, conversations, calendars, payments across a GHL sub-account.
- Run the CRM-audit analytics — pipeline funnel, SMS reply rate, missed-call text-back, no-show rate, revenue, lead-to-book, reactivation candidates, tag hygiene, opt-in / form-submission rate, A2P.
- Bootstrap a baseline doc and compare windows over time.
- Save an audit document to Google Drive (gated) and read baselines back.
- Pull Microsoft Clarity behaviour data (metrics, heatmaps, historical trend snapshots).
Prerequisites
Section titled “Prerequisites”- A token scoped to the client’s GHL site(s).
- The site has a GoHighLevel Private Integration Token (
gohighlevel_pit_enc)gohighlevel_location_idset in/admin/sites. Some analytics need extra PIT scopes (e.g.invoices.readonlyfor revenue).
- For Drive: the site’s bound Worker user has connected Google and the site
is linked to a Drive folder. Saving is gated by
allow_drive_write. - For Clarity: the site carries a
clarity_project_id+ Data Export token. - CRM writes (create/update contact, etc.) need
allow_gohighlevel_writeand a confirm; money-movement operations are hard-blocked regardless.
Core tools
Section titled “Core tools”Example prompts
Section titled “Example prompts”Run a weekly CRM audit for the "kleentech" site: pipeline funnel, SMS replyrate, missed-call text-back rate, no-show rate, and revenue collected — all forthe last 7 days. Summarise the 3 biggest problems.Claude chains the relevant ghl_compute_* tools and synthesises the findings.
For "kleentech", find contacts with no activity in 90+ days who previouslybooked — a reactivation list. Group by last tag.ghl_compute_reactivation_candidates + ghl_compute_tag_hygiene.
Write up this month's CRM audit for "kleentech" as a markdown document and saveit to the site's Google Drive folder as "2026-08 CRM audit".drive_save_audit — refuses E_DRIVE_WRITE_NOT_ALLOWED unless allow_drive_write
is on. Reads (drive_list_site_files, drive_read_file) always work.
On "kleentech", search GoHighLevel operations for anything about "appointments",describe the one that lists upcoming appointments, then run it as a read.ghl_v2_search_operations → ghl_v2_describe_operation →
ghl_v2_execute_operation (read runs free).
Gotchas
Section titled “Gotchas”- GoHighLevel prerequisites and the full CRM-audit workflow.
- Google Drive + Clarity setup.
- Marketing playbook — tie CRM outcomes back to ad spend.