Weavz
Lone Wolf TransactionDesk

Lone Wolf TransactionDesk

Real estate transaction coordination for transactions, details, contacts, documents, forms, and status references.

24 tools
1 trigger

Tools

Name
list_transactions

List TransactionDesk transactions with narrow pagination.

get_transaction

Get one TransactionDesk transaction by ID.

create_transaction

Create a TransactionDesk transaction.

update_transaction

Update a TransactionDesk transaction by ID.

delete_transaction

Delete a TransactionDesk transaction by ID.

get_transaction_details

Get detailed TransactionDesk transaction fields.

update_transaction_details

Update detailed TransactionDesk transaction fields such as property, offer, financing, and closing fields.

list_documents

List TransactionDesk document metadata for one transaction. This action does not download document bodies.

upload_document

Upload or attach a document to a TransactionDesk transaction using the official document payload.

get_document

Get one TransactionDesk transaction document by ID.

update_document

Update TransactionDesk document metadata by ID.

delete_document

Delete a TransactionDesk transaction document by ID.

list_contacts

List TransactionDesk contact records for one transaction.

create_contact

Create a TransactionDesk contact record.

update_contact

Update a TransactionDesk contact by ID.

delete_contact

Delete a TransactionDesk contact by ID.

list_users

List TransactionDesk users visible to the authenticated user.

list_libraries

List TransactionDesk form/document libraries.

list_transaction_types

List TransactionDesk transaction types.

list_transaction_statuses

List TransactionDesk transaction statuses.

list_contact_types

List TransactionDesk contact types.

add_form_to_transaction

Add a library form to a TransactionDesk transaction.

delete_form_from_transaction

Delete a form from a TransactionDesk transaction.

custom_api_call

Make a bounded custom call to the TransactionDesk Partner API.

Triggers

Name
transaction_updated

Poll TransactionDesk transactions and emit records whose updated timestamp advanced after the first-run baseline.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Lone Wolf TransactionDesk 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 Lone Wolf TransactionDesk support?

Lone Wolf TransactionDesk supports 24 tools including List Transactions, Get Transaction, Create Transaction, Update Transaction, Delete Transaction, and more.

Can I use Lone Wolf TransactionDesk with AI agents?

Yes. Add Lone Wolf TransactionDesk 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 Lone Wolf TransactionDesk be used in stateful agent workflows?

Yes. Agents can combine Lone Wolf TransactionDesk 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 Lone Wolf TransactionDesk use?

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

How much does the Lone Wolf TransactionDesk integration cost?

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

What triggers does Lone Wolf TransactionDesk support?

Lone Wolf TransactionDesk supports 1 triggers including Transaction Updated.

Connect Lone Wolf TransactionDesk in minutes

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