Weavz
Escrow.com

Escrow.com

Create and manage Escrow.com customers, escrow transactions, cancellation, returned-item decisions, and webhook updates.

CustomFinance
7 tools
1 trigger

Tools

Name
create_customer

Create an Escrow.com customer before starting a transaction.

create_transaction

Create an Escrow.com transaction for property, vehicle, domain, service, or other supported escrow workflows.

list_transactions

List Escrow.com transactions in a paginated form.

get_transaction

Fetch an Escrow.com transaction by ID.

accept_returned_items

Accept returned items on an eligible Escrow.com transaction.

reject_returned_items

Reject returned items on an eligible Escrow.com transaction and move it toward arbitration.

cancel_transaction

Cancel an eligible Escrow.com transaction.

Triggers

Name
transaction_webhook

Receive Escrow.com webhook updates. Escrow.com recommends fetching the transaction before acting on webhook data.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Escrow.com to my app?

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

What tools does Escrow.com support?

Escrow.com supports 7 tools including Create Customer, Create Transaction, List Transactions, Get Transaction, Accept Returned Items, and more.

Can I use Escrow.com with AI agents?

Yes. Add Escrow.com 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 Escrow.com be used in stateful agent workflows?

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

Escrow.com uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Escrow.com integration cost?

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

What triggers does Escrow.com support?

Escrow.com supports 1 triggers including Transaction Webhook.

Connect Escrow.com in minutes

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