Weavz
Dotloop

Dotloop

Automate Dotloop real estate loops, documents, tasks, and transaction workflows.

16 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_loops

List Dotloop transaction loop metadata for one profile.

create_loop

Create a new transaction loop in Dotloop

get_loop

Get a transaction loop by ID from Dotloop

update_loop

Update a Dotloop transaction loop by ID.

get_loop_details

Get detailed Dotloop transaction loop fields by ID.

add_participant

Add a participant to a loop in Dotloop

list_folders

List Dotloop folders in a transaction loop.

create_folder

Create a Dotloop folder in a transaction loop.

update_folder

Update a Dotloop folder name by ID.

list_documents

List Dotloop document metadata in a loop folder. This action does not download document bodies.

get_document

Get one Dotloop document metadata record by ID.

upload_document

Create Dotloop document metadata from a JSON payload. Binary multipart upload is not handled by this action.

get_activities

Get activities for a loop in Dotloop

create_subscription

Create a Dotloop webhook subscription for contact or loop events.

delete_subscription

Delete a Dotloop webhook subscription by ID.

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-io/sdk'

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

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

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 tools programmatically.

What tools does Dotloop support?

Dotloop supports 16 tools including List Loops, Create Loop, Get Loop, Update Loop, Get Loop Details, and more.

Can I use Dotloop with AI agents?

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

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

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

What can I ask an AI agent to do with Dotloop?

Dotloop exposes 16 tools, including List Loops, Create Loop, Get Loop, Update Loop, Get Loop Details, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Dotloop be used in stateful agent workflows?

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

Dotloop uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Dotloop integration cost?

The Dotloop integration is included on all Weavz plans including the free tier with 20,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 minutes

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