返回顶部
h

hlp-ghl-api

HubLinkPro GoHighLevel API — manage contacts, pipelines, workflows, and messaging for Tri-Cities real estate lead gen

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
95
下载量
0
收藏
概述
安装方式
版本历史

hlp-ghl-api

# HubLinkPro GHL API Skill Base URL: `https://services.leadconnectorhq.com` Auth header: `Authorization: Bearer $GHL_API_KEY` All requests include: `Version: 2021-07-28` ## Get Contact by Phone or Email curl -s -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" \ "https://services.leadconnectorhq.com/contacts/search/duplicate?locationId=$GHL_LOCATION_ID&email=$EMAIL" | jq . ## Create or Update Contact curl -s -X POST "https://services.leadconnectorhq.com/contacts/" \ -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" -H "Content-Type: application/json" \ -d '{"firstName":"$FIRST","lastName":"$LAST","email":"$EMAIL","phone":"$PHONE","locationId":"'$GHL_LOCATION_ID'","tags":["$TAGS"],"source":"$SOURCE"}' | jq . ## Add Tags to Contact curl -s -X POST "https://services.leadconnectorhq.com/contacts/$CONTACT_ID/tags" \ -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" -H "Content-Type: application/json" \ -d '{"tags":["$TAG1","$TAG2"]}' | jq . ## Create Opportunity (Pipeline Deal) curl -s -X POST "https://services.leadconnectorhq.com/opportunities/" \ -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" -H "Content-Type: application/json" \ -d '{"pipelineId":"$PIPELINE_ID","locationId":"'$GHL_LOCATION_ID'","name":"$DEAL_NAME","stageId":"$STAGE_ID","contactId":"$CONTACT_ID","status":"open"}' | jq . ## Move Opportunity Stage curl -s -X PUT "https://services.leadconnectorhq.com/opportunities/$OPP_ID/status" \ -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" -H "Content-Type: application/json" \ -d '{"stageId":"$NEW_STAGE_ID"}' | jq . ## List Pipelines curl -s -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" \ "https://services.leadconnectorhq.com/opportunities/pipelines?locationId=$GHL_LOCATION_ID" | jq . ## Send SMS via Conversations API curl -s -X POST "https://services.leadconnectorhq.com/conversations/messages" \ -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" -H "Content-Type: application/json" \ -d '{"type":"SMS","contactId":"$CONTACT_ID","message":"$MESSAGE"}' | jq . ## Search Contacts by Tag curl -s -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" \ "https://services.leadconnectorhq.com/contacts/?locationId=$GHL_LOCATION_ID&query=$SEARCH_TERM&limit=20" | jq . ## Get Contact Activity / Notes curl -s -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" \ "https://services.leadconnectorhq.com/contacts/$CONTACT_ID/notes" | jq . ## Add Note to Contact curl -s -X POST "https://services.leadconnectorhq.com/contacts/$CONTACT_ID/notes" \ -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" -H "Content-Type: application/json" \ -d '{"body":"$NOTE_TEXT"}' | jq . ## Trigger Workflow for Contact curl -s -X POST "https://services.leadconnectorhq.com/contacts/$CONTACT_ID/workflow/$WORKFLOW_ID" \ -H "Authorization: Bearer $GHL_API_KEY" -H "Version: 2021-07-28" -H "Content-Type: application/json" | jq . ## Key HubLinkPro Context - Location: Tri-Cities TN (Johnson City, Kingsport, Bristol) - Pipelines: HLP – Sellers, New Construction, Pre-Foreclosure - Tags: new-lead, fb-seller, new-construction, pre-foreclosure, contacted, qualified, nurture - Agents: Tasha, Nate, Cory, Laura, Mary Ellen, Josh - When assigning leads, use tag format: agent-{firstname}

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 hlp-ghl-api-1776118517 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 hlp-ghl-api-1776118517 技能

通过命令行安装

skillhub install hlp-ghl-api-1776118517

下载 Zip 包

⬇ 下载 hlp-ghl-api v1.0.0

文件大小: 1.67 KB | 发布时间: 2026-4-14 13:44

v1.0.0 最新 2026-4-14 13:44
Initial release of HubLinkPro GoHighLevel API Skill.

- Provides shell commands for managing contacts, pipelines, workflows, and messaging via the GoHighLevel API.
- Supports searching, creating, and updating contacts; adding tags and notes; and triggering workflows.
- Includes pipeline opportunity management and SMS sending capability.
- Designed for Tri-Cities real estate lead generation use cases.
- Requires environment variables: GHL_API_KEY, GHL_LOCATION_ID.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部