Weavz
Reply.io

Reply.io

Sales engagement automation for contacts, sequences, schedules, and Reply.io webhooks.

8 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
whoami

Verify the Reply.io API key and return the authenticated user account.

list_contacts

List Reply.io contacts with optional email or LinkedIn filters.

get_contact

Get a Reply.io contact by numeric contact ID.

create_contact

Create a Reply.io contact. Provide at least an email or LinkedIn URL.

update_contact

Partially update a Reply.io contact by numeric contact ID.

delete_contact

Delete a Reply.io contact by numeric contact ID.

list_sequences

List Reply.io sequences with optional status, owner, folder, and pagination filters.

create_webhook_subscription

Create a Reply.io webhook subscription for an event type and destination URL.

Triggers

Name
webhook_event_received

Receive Reply.io webhook events. Configure the shown webhook URL in Reply.io or create a subscription with the action.

email_replied

Receive Reply.io email_replied webhook events.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Reply.io to my app?

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

What tools does Reply.io support?

Reply.io supports 8 tools including Who Am I, List Contacts, Get Contact, Create Contact, Update Contact, and more.

Can I use Reply.io with AI agents?

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

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

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

What can I ask an AI agent to do with Reply.io?

Reply.io exposes 8 tools, including Who Am I, List Contacts, Get Contact, Create Contact, Update Contact, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Reply.io be used in stateful agent workflows?

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

Reply.io uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Reply.io integration cost?

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

What triggers does Reply.io support?

Reply.io supports 2 triggers including Webhook Event Received, Email Replied.

Connect Reply.io in minutes

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