← Tools Reference

HighLevel

HighLevel integration (Marketing, Communication). Imported from open-connector.

API key4 toolshttps://services.leadconnectorhq.com
GET
high_level_get_contact
Get a HighLevel contact by contact ID.

/contacts/{contactId}

1 parameter
ParamTypeRequiredDescription
contactIdstringrequiredThe HighLevel contact identifier.
PUT
high_level_update_contact
Update a HighLevel contact by contact ID.

/contacts/{contactId}

2 parameters
ParamTypeRequiredDescription
contactIdstringrequiredThe HighLevel contact identifier.
fieldsobjectrequiredHighLevel contact fields to create or update. Additional HighLevel custom field…
DELETE
high_level_delete_contact
Delete a HighLevel contact by contact ID.

/contacts/{contactId}

1 parameter
ParamTypeRequiredDescription
contactIdstringrequiredThe HighLevel contact identifier.
POST
high_level_search_contacts
Search HighLevel contacts in a location.

/contacts/search

6 parameters
ParamTypeRequiredDescription
locationIdstringoptionalThe HighLevel sub-account or location identifier.
querystringoptionalA text query for matching contacts.
pageintegeroptionalThe page number to return.
pageLimitintegeroptionalThe maximum number of contacts to return.
filtersarrayoptionalAdvanced HighLevel contact search filters.
sortarrayoptionalHighLevel contact search sort options.