Highlevel

Highlevel

API integration

Expand your

CRM

integrations with the

Highlevel

API integration.

Perform all CRUD operations through our Proxy and Unified APIs.

Perform all CRUD operations through our Proxy and Unified APIs.

Trusted by world-class product and engineering teams

Trusted by world-class product and engineering teams

Building AI Agents for

Highlevel

?

Building Scalable Integrations?

Building AI Agents for

Highlevel

?

Building Scalable Integrations?

superAI

Comprehensive Highlevel AI Agent toolset with fine-grained access control and MCP Server capabilities. Highlevel MCP Servers works seamlessly with Cursor and Claude AI editors for immediate consumption. Integrates with all popular LLM frameworks including LangChain and PyDantic for advanced AI orchestration.

highlevel_campaigns_remove_contact_from_all

Remove contact from every campaign in Highlevel using contact_id. If the contact is successfully rem…

highlevel_campaigns_remove_contact

Remove a contact from a campaign in Highlevel using contact_id and id. If the contact is successfull…

highlevel_campaigns_add_contact

Add a contact to a campaign in Highlevel using contact_id and campaign_id. If the contact is succes…

list_all_highlevel_campaigns

Get campaigns in Highlevel. Returns campaigns with fields id, name, status, and locationId.

highlevel_contacts_add_followers

Add followers to a contact in Highlevel using contact id. Returns followers and followersAdded array…

highlevel_contacts_remove_followers

Remove followers from a specific contact in Highlevel using contact id. Returns the followers list a…

list_all_highlevel_contacts

Get contacts in Highlevel. Returns contacts array with fields id, locationId, email, timezone, count…

create_a_highlevel_contact

Upsert a contact in Highlevel. Returns contact details including id, name, email, phone, address, ta…

get_single_highlevel_contact_by_id

Get contact details by id in Highlevel. Returns id, name, firstName, lastName, email, phone, company…

update_a_highlevel_contact_by_id

Update contact by id in Highlevel. Returns fields including id, name, email, phone, address, timezon…

delete_a_highlevel_contact_by_id

Delete contact by id in Highlevel. Returns 'succeded' boolean indicating if the deletion was success…

update_a_highlevel_tag_by_id

Update tag name for a specific tag in Highlevel. Requires location_id and id. Returns the updated ta…

create_a_highlevel_tag

Create tag with name in Highlevel for location_id. Returns tag fields name, locationId, and id.

delete_a_highlevel_tag_by_id

Delete tag by location_id and id in Highlevel.

get_single_highlevel_tag_by_id

Get tag by id in Highlevel. Returns tag fields name, locationId, and id.

list_all_highlevel_tags

Get tags for a specific location in Highlevel. Returns tag name, locationId, and id fields in the re…

list_all_highlevel_templates

Get all email or SMS templates in Highlevel. Returns template id, name, type, body, attachments, dat…

create_a_highlevel_user

Create a user in Highlevel with required parameters companyId, firstName, lastName, email, password,…

get_single_highlevel_user_by_id

Get user details by id in Highlevel. Returns id, name, firstName, lastName, email, phone, extension,…

update_a_highlevel_user_by_id

Update user by id in Highlevel. Requires id. Returns updated user fields including id, name, firstNa…

delete_a_highlevel_user_by_id

Delete user by id in Highlevel. If the user is successfully deleted, it returns a success status of…

list_all_highlevel_users

Get users for the location in Highlevel. Returns users array with id, name, firstName, lastName, ema…

list_all_highlevel_accounts

Get list of accounts for location_id in Highlevel. Returns accounts array with account details.

delete_a_highlevel_account_by_id

Delete account by id and location_id in Highlevel. Removes the account and its group association.

highlevel_contacts_add_followers

Add followers to a contact in Highlevel using contact id. Returns followers and followersAdded array…

highlevel_contacts_remove_followers

Remove followers from a specific contact in Highlevel using contact id. Returns the followers list a…

list_all_highlevel_contacts

Get contacts in Highlevel. Returns contacts array with fields id, locationId, email, timezone, count…

create_a_highlevel_contact

Upsert a contact in Highlevel. Returns contact details including id, name, email, phone, address, ta…

get_single_highlevel_contact_by_id

Get contact details by id in Highlevel. Returns id, name, firstName, lastName, email, phone, company…

update_a_highlevel_contact_by_id

Update contact by id in Highlevel. Returns fields including id, name, email, phone, address, timezon…

delete_a_highlevel_contact_by_id

Delete contact by id in Highlevel. Returns 'succeded' boolean indicating if the deletion was success…

create_a_highlevel_note

Create a note for a contact in Highlevel using contact_id and body. Returns note id, body, userId, d…

update_a_highlevel_note_by_id

Update a note for a specific contact in Highlevel using contact_id and id. Returns the updated note…

delete_a_highlevel_note_by_id

Delete a note by contact_id and id in Highlevel. If the note is successfully deleted, it returns a s…

list_all_highlevel_notes

Get all notes for a specific contact in Highlevel. Requires contact_id. Returns note id, body, userI…

get_single_highlevel_note_by_id

Get a note by id for a contact using contact_id in Highlevel. Returns note fields id, body, userId,…

highlevel_opportunities_remove_followers

Remove followers from an opportunity in Highlevel by providing the opportunity id and a list of foll…

highlevel_opportunities_add_followers

Add followers to an opportunity in Highlevel by specifying the opportunity id and an array of follow…

delete_a_highlevel_opportunity_by_id

Delete opportunity by id in Highlevel. If the opportunity is successfully deleted, it returns a succ…

highlevel_opportunities_status

Update the opportunity status by opportunity id in Highlevel. Returns a 'succeded' boolean indicatin…

get_single_highlevel_opportunity_by_id

Get opportunity by id in Highlevel. Returns id, name, monetaryValue, pipelineId, pipelineStageId, as…

create_a_highlevel_opportunity

Create an opportunity in Highlevel. Returns opportunity fields including id, name, monetaryValue, pi…

update_a_highlevel_opportunity_by_id

Update opportunity by id in Highlevel. Returns updated opportunity fields including id, name, moneta…

list_all_highlevel_opportunities

Search opportunities by location in Highlevel. Returns id, name, monetaryValue, pipelineId, pipeline…

highlevel_tasks_completed

Update task completion status for task with task_id and contact_id in Highlevel. Returns task fields…

delete_a_highlevel_task_by_id

Delete a task by contact_id and id in Highlevel. Returns succeded boolean indicating if the deletion…

update_a_highlevel_task_by_id

Update task with id for contact_id in Highlevel. Returns task fields id, title, body, assignedTo, du…

create_a_highlevel_task

Create a task for a specific contact in Highlevel using contact_id. Returns the created task's id, t…

list_all_highlevel_tasks

Get all tasks for contact_id in Highlevel. Returns id, title, body, assignedTo, dueDate, completed,…

get_single_highlevel_task_by_id

Get task details by contact_id and id in Highlevel. Returns task fields id, title, body, assignedTo,…

create_a_highlevel_user

Create a user in Highlevel with required parameters companyId, firstName, lastName, email, password,…

get_single_highlevel_user_by_id

Get user details by id in Highlevel. Returns id, name, firstName, lastName, email, phone, extension,…

update_a_highlevel_user_by_id

Update user by id in Highlevel. Requires id. Returns updated user fields including id, name, firstNa…

delete_a_highlevel_user_by_id

Delete user by id in Highlevel. If the user is successfully deleted, it returns a success status of…

list_all_highlevel_users

Get users for the location in Highlevel. Returns users array with id, name, firstName, lastName, ema…

list_all_highlevel_pipelines

Get pipelines for location in Highlevel. Returns id, name, stages, showInFunnel, showInPieChart, and…

create_a_highlevel_user

Create a user in Highlevel with required parameters companyId, firstName, lastName, email, password,…

get_single_highlevel_user_by_id

Get user details by id in Highlevel. Returns id, name, firstName, lastName, email, phone, extension,…

update_a_highlevel_user_by_id

Update user by id in Highlevel. Requires id. Returns updated user fields including id, name, firstNa…

delete_a_highlevel_user_by_id

Delete user by id in Highlevel. If the user is successfully deleted, it returns a success status of…

list_all_highlevel_users

Get users for the location in Highlevel. Returns users array with id, name, firstName, lastName, ema…

Enhanced

Highlevel

with AI Capabilities

AI Agent Toolset

AI Agent Toolset

MCP Server capabilities for seamless AI tool calling across all integration APIs

MCP Server capabilities for seamless AI tool calling across all integration APIs

Fine-Grained Control

Fine-Grained Control

Granular access control for all operations with custom method support

Granular access control for all operations with custom method support

Unified APIs

Unified APIs

Single API interface across multiple business domains and platforms

Single API interface across multiple business domains and platforms

Developer-First

Developer-First

Integrate with MCP clients like Cursor and Claude, or use frameworks like Langchain

Integrate with MCP clients like Cursor and Claude, or use frameworks like Langchain

Unified APIs for

Highlevel

Skip writing code for every integration. Save time by using Truto's category-specific Unified APIs. You can use the schema we provide out of the box or customize and override the mappings to suit your needs with AI.

Automations

The automation represents workflow or custom event in the remote system.

Unified Marketing Automation API

Campaigns

The campaign represent a campaign in the remote system.

Unified Marketing Automation API

Contacts

The contact represent a contact in the remote system.

Unified Marketing Automation API

Tags

The tags on a contact in the remote system.

Unified Marketing Automation API

Templates

The template represent a template for marketing asset in the remote system.

Unified Marketing Automation API

Users

The user represent a user in the remote system.

Unified Marketing Automation API

Workspaces

The workspace represent a workspace in the remote system.

Unified Marketing Automation API

Accounts

The accounts represent a company in a CRM.

Unified CRM API

Contacts

The contacts represent an existing point of contact at a company in a CRM.

Unified CRM API

Engagement types

The engagement types represent an interaction activity in a CRM.

Unified CRM API

Engagements

The engagements represent an interaction noted in a CRM.

Unified CRM API

Notes

The notes represent a note on another object in a CRM.

Unified CRM API

Opportunities

The opportunities represent an opportunity in a CRM.

Unified CRM API

Stages

The stages represent a stage of an opportunity in a CRM.

Unified CRM API

Tasks

The tasks represent a task in a CRM.

Unified CRM API

Users

The users represent a user in a CRM.

Unified CRM API

Fields

The fields of entities in a CRM.

Unified CRM API

Pipelines

Unified CRM API

Workspaces

The workspace represent a workspace in the remote system.

Unified CRM API

Roles

The Role object represents a role of a User.

Unified User Directory API

Users

The User object represents a User.

Unified User Directory API

Workspaces

Workspaces represent concepts like teams, workspaces, projects in apps that support them

Unified User Directory API

Proxy API for

Highlevel

Access all of the

Highlevel

API without worrying about authentication and pagination. 

Truto's Proxy APIs are a 1-to-1 mapping of the

Highlevel

CRM

API.

API call us you

You call us, we call

Highlevel

and pass the response back in the same cycle.

Access all of the

Highlevel

API without worrying about authentication and pagination. 

Truto's Proxy APIs are a 1-to-1 mapping of the

Highlevel

CRM

API, you call us

we call

Highlevel

and pass the response back in the same cycle.

Account Linking

Account Linking

Use Truto's frontend SDK to link your

customer's

Highlevel

account.

We handle all the OAuth and API key flows. You do not need to create the OAuth app as well.

Account Linking

Account Linking

Use Truto's frontend SDK to link your

customer's

Highlevel

account.

We handle all the OAuth and API key flows. You do not need to create the OAuth app as well.

Seamless authentication 

Don't spend time refreshing access tokens, and figuring out how to store them securely. We do it for you.

We also sprinkle them into the API requests. So you just have to deal with 1 API key, ours.

Seamless authentication 

Don't spend time refreshing access tokens, and figuring out how to store them securely. We do it for you.

We also sprinkle them into the API requests. So you just have to deal with 1 API key, ours.

Unified response format

Unified response format

Truto follows a single response format for it's Proxy and Unified APIs across all the integrations.

into a unified cursor based pagination and all of the data is always present in the result attribute.

Highlevel

We translate

pagination

Unified response format

Unified response format

Truto follows a single response format for it's Proxy and Unified APIs across all the integrations.

into a unified cursor based pagination and all of the data is always present in the result attribute.

Highlevel

We translate

pagination

Get

Get

Highlevel

Highlevel

integrated into your app

integrated into your app

without the hassle

without the hassle

Our team understands what it takes to make a unified API implementation successful.

Our team understands what it takes to make a unified API implementation successful.

Boost customer satisfaction

Boost customer satisfaction

When customers can easily integrate their new products into their existing systems, they’re more likely to stick around. It’s just common sense!

Boost customer satisfaction

Boost customer satisfaction

When customers can easily integrate their new products into their existing systems, they’re more likely to stick around. It’s just common sense!

Developers

Empower engineers

Who wants to do boring grunt work? Not engineers! By taking care of integrations for them, they’ll have more time to focus on what really matters - making a great product.

Developers

Empower engineers

Who wants to do boring grunt work? Not engineers! By taking care of integrations for them, they’ll have more time to focus on what really matters - making a great product.

Profits

Boost profits 

Optimise developer resources. Truto frees up time and saves money. Say hello to a healthier bottom line!

Profits

Boost profits 

Optimise developer resources. Truto frees up time and saves money. Say hello to a healthier bottom line!

Wow Experience

Wow your prospects

Say 'Yes' to every integration request your prospects ask you for. Integrations should not deter deal closures.

Wow Experience

Wow your prospects

Say 'Yes' to every integration request your prospects ask you for. Integrations should not deter deal closures.

Powered by AI

Tick Icon

Customize the mappings as you need using AI.

Tick Icon

Build your own unified API from scratch, aided by AI.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

We have been able to dramatically accelerate our GTM timeline by several months as a result of Truto. The devs at Truto worked with us to build a unified API structure with our team so that we have a solid base for future integrations as well. The support has been very quick to respond to our inquiries and provide timely resolutions for our requests.

Josh Benson,

CEO of Omnitrain