Weavz
Outreach

Outreach

Sales engagement platform for prospects, accounts, sequences, tasks, and calls.

11 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_prospects

List Outreach prospects with bounded pagination and optional filters.

get_prospect

Get a specific Outreach prospect by ID.

create_prospect

Create a new Outreach prospect.

update_prospect

Update explicit attributes on a single Outreach prospect.

list_accounts

List Outreach accounts with bounded pagination.

get_account

Get a specific Outreach account by ID.

create_account

Create a new Outreach account.

list_sequences

List Outreach sequences with bounded pagination.

list_sequence_states

List Outreach prospect sequence states.

list_tasks

List Outreach tasks with bounded pagination and optional due-date filters.

list_calls

List Outreach call records with bounded pagination and date filters.

Triggers

Name
webhook_event

Receive Outreach webhook events. Configure an Outreach webhook to this URL; raw body signature verification is not available in this trigger runtime.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Outreach 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 Outreach support?

Outreach supports 11 tools including List Prospects, Get Prospect, Create Prospect, Update Prospect, List Accounts, and more.

Can I use Outreach with AI agents?

Yes. Add Outreach 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 Outreach to ChatGPT or Claude?

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

Does Outreach 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 Outreach work, and execute Code Mode workflows from a terminal.

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

Outreach exposes 11 tools, including List Prospects, Get Prospect, Create Prospect, Update Prospect, List Accounts, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Outreach be used in stateful agent workflows?

Yes. Agents can combine Outreach 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 Outreach use?

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

How much does the Outreach integration cost?

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

What triggers does Outreach support?

Outreach supports 1 triggers including Webhook Event.

Connect Outreach in minutes

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