GoHighLevel is an all-in-one CRM and marketing automation platform for agencies and businesses. Connect to manage contacts, opportunities, conversations, calendars, and more.

Changelog

3 versions
v1.1.1 Latest
  • Added an Ed25519 `X-GHL-Signature` webhook verification helper to lib.js, ahead of HighLevel deprecating the legacy RSA-SHA256 `X-WH-Signature` header on September 1, 2026.
  • MakeApiCall: parse the JSON-string form of the headers/parameters key-value inputs (the designer serializes them as strings), so custom headers like Version are actually sent.
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.0
  • Initial release.

Authentication

TypeDetails
API Key
Private Integration Token (text)
Go to GoHighLevel → Settings → Private Integrations and generate a token. Paste it here.
Location ID (text)
Your GoHighLevel sub-account (location) ID. Found in the URL when inside a sub-account: app.gohighlevel.com/location//...

Actions

12
Create Contact icon

Create Contact

Create a new contact in GoHighLevel.
Create Appointment icon

Create Appointment

Create a new calendar appointment/event in GoHighLevel.
Create Opportunity icon

Create Opportunity

Create a new opportunity (deal) in a GoHighLevel pipeline.
Find Contacts icon

Find Contacts

Search for contacts in GoHighLevel based on specified criteria. Returns a maximum of 100 contacts.
Delete Contact icon

Delete Contact

Delete a contact from GoHighLevel by their ID.
Find Opportunities icon

Find Opportunities

Search for opportunities in a GoHighLevel pipeline. Returns a maximum of 100 opportunities.
Get Contact icon

Get Contact

Retrieve a contact by their ID from GoHighLevel.
List Calendars icon

List Calendars

List all calendars in a GoHighLevel location.
List Pipelines icon

List Pipelines

List all opportunity pipelines in a GoHighLevel location.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the GoHighLevel API.
Update Contact icon

Update Contact

Update an existing contact in GoHighLevel.
Update Opportunity icon

Update Opportunity

Update an existing opportunity in GoHighLevel.