Skip to main content
Client Commander home page
Search...
⌘K
Support
clientcommander/sdk
clientcommander/sdk
Search...
Navigation
SDK Reference
Installation
Get Started
Introduction
API Terms of Use
Support and Help
Quickstart
Authentication
SDK Reference
Installation
SDK Usage
API Reference
Introduction
People
GET
List Contacts
POST
Create Contact
GET
Search Contacts
GET
Get Contact
PUT
Update Contact
DEL
Delete Contact
GET
Get Contact Tags
POST
Add Contact Tags
Tasks
GET
List Tasks
POST
Create Task
GET
Get Task
PUT
Update Task
DEL
Delete Task
POST
Complete Task
Deals
GET
List Deals
POST
Create Deal
GET
Get Deal
PUT
Update Deal
DEL
Delete Deal
POST
Move Deal
Activities
GET
List Activities
POST
Create Activity
GET
Get Activity
PUT
Update Activity
DEL
Delete Activity
Users
GET
List Users
GET
Get Current User
On this page
Node.js
Requirements
SDK Reference
Installation
Install the Client Commander SDK
Node.js
Install the package via your preferred package manager:
npm
pnpm
yarn
Copy
npm
install
@clientcommander/sdk
Requirements
Node.js 16 or higher
TypeScript 4.5+ (if using TypeScript)
Authentication
SDK Usage
⌘I