Weavz
Salesloft

Salesloft

Sales engagement platform for people, accounts, cadences, tasks, calls, and webhook events.

15 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_people

List Salesloft people with bounded pagination and optional filters.

get_person

Get a specific Salesloft person by ID.

create_person

Create a new person in Salesloft.

update_person

Update explicit fields on a single Salesloft person.

list_accounts

List Salesloft accounts.

get_account

Get a specific Salesloft account by ID.

create_account

Create a Salesloft account.

list_cadences

List Salesloft cadences.

get_cadence

Get a specific Salesloft cadence by ID.

list_cadence_memberships

List Salesloft cadence memberships for people and cadences.

list_tasks

List Salesloft tasks.

list_calls

List Salesloft activity call records.

list_webhook_subscriptions

List Salesloft webhook subscriptions for this application.

create_webhook_subscription

Create a Salesloft webhook subscription for one event type and callback URL.

delete_webhook_subscription

Delete a specific Salesloft webhook subscription. Requires exact subscription ID and confirmation.

Triggers

Name
webhook_event

Receive Salesloft webhook events. Create a Salesloft webhook subscription that points at this trigger URL.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('salesloft', 'list_people', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'salesloft',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Salesloft to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Salesloft support?

Salesloft supports 15 tools including List People, Get Person, Create Person, Update Person, List Accounts, and more.

Can I use Salesloft with AI agents?

Yes. Add Salesloft to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Salesloft to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Salesloft as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Salesloft tools exposed by that workspace.

Does Salesloft work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Salesloft work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Salesloft?

Salesloft exposes 15 tools, including List People, Get Person, Create Person, Update Person, List Accounts, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Salesloft be used in stateful agent workflows?

Yes. Agents can combine Salesloft tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Salesloft use?

Salesloft uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Salesloft integration cost?

The Salesloft integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Salesloft support?

Salesloft supports 1 triggers including Webhook Event.

Connect Salesloft in minutes

Get 20,000 free action executions every month. No credit card required.