Skip to main content
Question

How to find tags on contact in LeadConnector?

  • February 18, 2026
  • 2 replies
  • 12 views

Hi, I want to “find contact” in leadconnector so i can access the contact’s tags from GoHighLevel to be used in a filter. is that possible?

2 replies

Sparsh from Automation Jinn
Forum|alt.badge.img+6

Hey ​@zapbeginner162629,

Here are all the actions/triggers for Leadconnector in Zapier- https://zapier.com/apps/leadconnector/integrations


There is no Find Contact action natively supported by this Zapier integration.

But there is a workaround by querying the GHL API directly using webhooks in Zapier. Here is API documentation for Find Contact endpoint- https://marketplace.gohighlevel.com/docs/ghl/contacts/get-contact

Here is a helpful article about webhooks in Zapier- https://help.zapier.com/hc/en-us/articles/8496326446989-Send-webhooks-in-Zaps

I know it can get a bit more technical and complex but if it’s important for you, you can give this approach a try. Hope it helps!

PS: If you need more active help, I’m happy to connect through my Zapier Solution Partner page if you’d like to reach out here- https://zapier.com/partnerdirectory/automation-jinn


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • February 18, 2026

Hi ​@zapbeginner162629 

TIP: Ask AI to help you configure the API request for the GHL API request.

 

METHOD: GET

URL: https://services.leadconnectorhq.com/contacts/CONTACT_ID

Headers

  • Accept: application/json
  • Authorization: Bearer <TOKEN>