Dotloop
Automate Dotloop real estate loops, documents, tasks, and transaction workflows.
Tools
| Name | Description |
|---|---|
list_loopsList Dotloop transaction loop metadata for one profile. | List Dotloop transaction loop metadata for one profile. |
create_loopCreate a new transaction loop in Dotloop | Create a new transaction loop in Dotloop |
get_loopGet a transaction loop by ID from Dotloop | Get a transaction loop by ID from Dotloop |
update_loopUpdate a Dotloop transaction loop by ID. | Update a Dotloop transaction loop by ID. |
get_loop_detailsGet detailed Dotloop transaction loop fields by ID. | Get detailed Dotloop transaction loop fields by ID. |
add_participantAdd a participant to a loop in Dotloop | Add a participant to a loop in Dotloop |
list_foldersList Dotloop folders in a transaction loop. | List Dotloop folders in a transaction loop. |
create_folderCreate a Dotloop folder in a transaction loop. | Create a Dotloop folder in a transaction loop. |
update_folderUpdate a Dotloop folder name by ID. | Update a Dotloop folder name by ID. |
list_documentsList Dotloop document metadata in a loop folder. This action does not download document bodies. | List Dotloop document metadata in a loop folder. This action does not download document bodies. |
get_documentGet one Dotloop document metadata record by ID. | Get one Dotloop document metadata record by ID. |
upload_documentCreate Dotloop document metadata from a JSON payload. Binary multipart upload is not handled by this action. | Create Dotloop document metadata from a JSON payload. Binary multipart upload is not handled by this action. |
get_activitiesGet activities for a loop in Dotloop | Get activities for a loop in Dotloop |
create_subscriptionCreate a Dotloop webhook subscription for contact or loop events. | Create a Dotloop webhook subscription for contact or loop events. |
delete_subscriptionDelete a Dotloop webhook subscription by ID. | Delete a Dotloop webhook subscription by ID. |
custom_api_callMake a custom API call to the Dotloop API | Make a custom API call to the Dotloop API |
Triggers
| Name | Description |
|---|---|
loop_createdTriggers when a new transaction loop is created in Dotloop | Triggers when a new transaction loop is created in Dotloop |
document_signedTriggers when a document is signed in Dotloop | Triggers when a document is signed in Dotloop |
Quick Start
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.