Actions
| Name | Description |
|---|---|
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 |
add_participantAdd a participant to a loop in Dotloop | Add a participant to a loop in Dotloop |
upload_documentUpload a document to a loop in Dotloop | Upload a document to a loop in Dotloop |
get_activitiesGet activities for a loop in Dotloop | Get activities for a loop in Dotloop |
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/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.