eavz
Dotloop

Dotloop

Real estate transaction management platform

6 actions
2 triggers

Actions

Name
create_loop

Create a new transaction loop in Dotloop

get_loop

Get a transaction loop by ID from Dotloop

add_participant

Add a participant to a loop in Dotloop

upload_document

Upload a document to a loop in Dotloop

get_activities

Get activities for a loop in Dotloop

custom_api_call

Make a custom API call to the Dotloop API

Triggers

Name
loop_created

Triggers when a new transaction loop is created in Dotloop

document_signed

Triggers when a document is signed in Dotloop

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'dotloop',
  actionName: 'create_loop',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Dotloop to my app?

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

What actions does Dotloop support?

Dotloop supports 6 actions including Create Loop, Get Loop, Add Participant, Upload Document, Get Activities, and more.

Can I use Dotloop with AI agents?

Yes. Add Dotloop to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Dotloop use?

Dotloop uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Dotloop integration cost?

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

What triggers does Dotloop support?

Dotloop supports 2 triggers including Loop Created, Document Signed.

Connect Dotloop in 2 minutes

Get 1,000 free actions every month. No credit card required.