Reply.io
Sales engagement automation for contacts, sequences, schedules, and Reply.io webhooks.
Tools
| Name | Description |
|---|---|
whoamiVerify the Reply.io API key and return the authenticated user account. | Verify the Reply.io API key and return the authenticated user account. |
list_contactsList Reply.io contacts with optional email or LinkedIn filters. | List Reply.io contacts with optional email or LinkedIn filters. |
get_contactGet a Reply.io contact by numeric contact ID. | Get a Reply.io contact by numeric contact ID. |
create_contactCreate a Reply.io contact. Provide at least an email or LinkedIn URL. | Create a Reply.io contact. Provide at least an email or LinkedIn URL. |
update_contactPartially update a Reply.io contact by numeric contact ID. | Partially update a Reply.io contact by numeric contact ID. |
delete_contactDelete a Reply.io contact by numeric contact ID. | Delete a Reply.io contact by numeric contact ID. |
list_sequencesList Reply.io sequences with optional status, owner, folder, and pagination filters. | List Reply.io sequences with optional status, owner, folder, and pagination filters. |
create_webhook_subscriptionCreate a Reply.io webhook subscription for an event type and destination URL. | Create a Reply.io webhook subscription for an event type and destination URL. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive Reply.io webhook events. Configure the shown webhook URL in Reply.io or create a subscription with the action. | Receive Reply.io webhook events. Configure the shown webhook URL in Reply.io or create a subscription with the action. |
email_repliedReceive Reply.io email_replied webhook events. | Receive Reply.io email_replied webhook events. |
Quick Start
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.
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.