/ghl-a2p
Agent 53: A2P Verification (S6 GHL ops)
Purchases a phone number nearest the client's address via GHL's real Phone Numbers API (area-code retry using the firstPart filter), creates the GHL chat widget via the real Chat Widget API, hands the A2P-required hidden page set (home/about/contact/privacy/terms, no forms or calendars, main domain, unlisted from nav/sitemap) to /build-website, and runs a live pre-submit checklist (fetch, nav/sitemap absence, GHL consent-language match, widget present) before ever recommending A2P Trust Center submission -- which has no API and is always the user's own UI action.
verified (fixture) 2026-09-08 · needs-connector: ghlv0.1.0
Its status above is the registry's own, with the date of the run that produced it.
What it is for
Contract A
- #53 — A2P verification · nearest area code (retry); hidden main-domain pages, no forms/calendars, chat widget; pre-submit checklist (§4.7)
Example requests
- “get us a business phone number”
- “submit for A2P verification”
- “set up 10DLC”
- “ghl a2p”
What it needs, and what it hands back
Needs connected
- ghl
Uses WebFetch, which exist in Claude Code. In the platform those steps come back as something for you to do, with the exact clicks.
Hands back
- clients/<business-slug>/plans/ghl/a2p-<date>.md (number search/purchase, widget config, hidden-page spec, pre-submit checklist results)
Stops and asks
- purchasing the real phone number -- user confirms the exact number first
Steps it cannot do through an API, and hands you instead: A2P Trust Center brand/campaign registration -- no API exists, always the user's own submission; the hidden page set's actual build, handed to /build-website.
How it runs
These are the headings of its own written instructions — 257 lines you can read and change.
- Step 0 — Environment, connection, and profile
- Step 1 — Number search and purchase (real API, area-code retry)
- Step 2 — Chat widget (real API)
- Step 3 — Hidden page set (hand-off, not built here)
- Step 4 — Pre-submit checklist (live, every item fetched)