Outreach
Sales engagement platform for prospects, accounts, sequences, tasks, and calls.
Tools
| Name | Description |
|---|---|
list_prospectsList Outreach prospects with bounded pagination and optional filters. | List Outreach prospects with bounded pagination and optional filters. |
get_prospectGet a specific Outreach prospect by ID. | Get a specific Outreach prospect by ID. |
create_prospectCreate a new Outreach prospect. | Create a new Outreach prospect. |
update_prospectUpdate explicit attributes on a single Outreach prospect. | Update explicit attributes on a single Outreach prospect. |
list_accountsList Outreach accounts with bounded pagination. | List Outreach accounts with bounded pagination. |
get_accountGet a specific Outreach account by ID. | Get a specific Outreach account by ID. |
create_accountCreate a new Outreach account. | Create a new Outreach account. |
list_sequencesList Outreach sequences with bounded pagination. | List Outreach sequences with bounded pagination. |
list_sequence_statesList Outreach prospect sequence states. | List Outreach prospect sequence states. |
list_tasksList Outreach tasks with bounded pagination and optional due-date filters. | List Outreach tasks with bounded pagination and optional due-date filters. |
list_callsList Outreach call records with bounded pagination and date filters. | List Outreach call records with bounded pagination and date filters. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive Outreach webhook events. Configure an Outreach webhook to this URL; raw body signature verification is not available in this trigger runtime. | Receive Outreach webhook events. Configure an Outreach webhook to this URL; raw body signature verification is not available in this trigger runtime. |
Quick Start
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.