Short answer: You can search gohighlevel contacts in GoHighLevel by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the GoHighLevel Search GoHighLevel Contacts action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Location ID locationId | string | Required | The GoHighLevel sub-account to search within. |
Search Query query | string | Optional | Email, phone, or name to search by. Free-text match against contact fields. |
Limit limit | number | Optional | Max number of contacts to return (1–100). |
{"locationId": "ve9EPM428h8vShlRW1KT","query": "jane@example.com or +15551234567 or Jane Smith","limit": "20"}
{"total": 1,"contacts": [{"id": "ocQHyuzHvysMo5N5VsXc","email": "jane@example.com","phone": "+15551234567","lastName": "Smith","firstName": "Jane"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.