Salesloft · Capability
Salesloft Sales Engagement
Sales engagement workflow combining account and people management with cadence enrollment. Used by sales reps to discover accounts, add prospects, and enroll them in structured outreach sequences to drive pipeline.
What You Can Do
GET
List accounts
— List all accounts
/v1/accounts
POST
Create account
— Create a new account
/v1/accounts
GET
Fetch account
— Get account by ID
/v1/accounts/{id}
PUT
Update account
— Update an account
/v1/accounts/{id}
DELETE
Delete account
— Delete an account
/v1/accounts/{id}
GET
List people
— List all people
/v1/people
POST
Create person
— Create a new person
/v1/people
GET
Fetch person
— Get person by ID
/v1/people/{id}
PUT
Update person
— Update a person
/v1/people/{id}
DELETE
Delete person
— Delete a person
/v1/people/{id}
GET
List cadences
— List all cadences
/v1/cadences
GET
Fetch cadence
— Get cadence by ID
/v1/cadences/{id}
GET
List cadence memberships
— List cadence enrollments
/v1/cadence-memberships
POST
Enroll person
— Enroll a person in a cadence
/v1/cadence-memberships
MCP Tools
list-accounts
List Salesloft accounts to find target companies
read-only
idempotent
create-account
Create a new company account in Salesloft
fetch-account
Get details for a specific account
read-only
idempotent
update-account
Update account details in Salesloft
idempotent
list-people
List contacts and prospects in Salesloft
read-only
idempotent
create-person
Add a new contact/prospect to Salesloft
fetch-person
Get details for a specific person
read-only
idempotent
update-person
Update person/contact details
idempotent
list-cadences
List available sales cadences/outreach sequences
read-only
idempotent
fetch-cadence
Get details for a specific cadence
read-only
idempotent
enroll-person-in-cadence
Enroll a person in a sales cadence for structured outreach
list-cadence-memberships
List current cadence enrollments
read-only
idempotent
APIs Used
salesloft