Lone Wolf TransactionDesk
Real estate transaction coordination for transactions, details, contacts, documents, forms, and status references.
Tools
| Name | Description |
|---|---|
list_transactionsList TransactionDesk transactions with narrow pagination. | List TransactionDesk transactions with narrow pagination. |
get_transactionGet one TransactionDesk transaction by ID. | Get one TransactionDesk transaction by ID. |
create_transactionCreate a TransactionDesk transaction. | Create a TransactionDesk transaction. |
update_transactionUpdate a TransactionDesk transaction by ID. | Update a TransactionDesk transaction by ID. |
delete_transactionDelete a TransactionDesk transaction by ID. | Delete a TransactionDesk transaction by ID. |
get_transaction_detailsGet detailed TransactionDesk transaction fields. | Get detailed TransactionDesk transaction fields. |
update_transaction_detailsUpdate detailed TransactionDesk transaction fields such as property, offer, financing, and closing fields. | Update detailed TransactionDesk transaction fields such as property, offer, financing, and closing fields. |
list_documentsList TransactionDesk document metadata for one transaction. This action does not download document bodies. | List TransactionDesk document metadata for one transaction. This action does not download document bodies. |
upload_documentUpload or attach a document to a TransactionDesk transaction using the official document payload. | Upload or attach a document to a TransactionDesk transaction using the official document payload. |
get_documentGet one TransactionDesk transaction document by ID. | Get one TransactionDesk transaction document by ID. |
update_documentUpdate TransactionDesk document metadata by ID. | Update TransactionDesk document metadata by ID. |
delete_documentDelete a TransactionDesk transaction document by ID. | Delete a TransactionDesk transaction document by ID. |
list_contactsList TransactionDesk contact records for one transaction. | List TransactionDesk contact records for one transaction. |
create_contactCreate a TransactionDesk contact record. | Create a TransactionDesk contact record. |
update_contactUpdate a TransactionDesk contact by ID. | Update a TransactionDesk contact by ID. |
delete_contactDelete a TransactionDesk contact by ID. | Delete a TransactionDesk contact by ID. |
list_usersList TransactionDesk users visible to the authenticated user. | List TransactionDesk users visible to the authenticated user. |
list_librariesList TransactionDesk form/document libraries. | List TransactionDesk form/document libraries. |
list_transaction_typesList TransactionDesk transaction types. | List TransactionDesk transaction types. |
list_transaction_statusesList TransactionDesk transaction statuses. | List TransactionDesk transaction statuses. |
list_contact_typesList TransactionDesk contact types. | List TransactionDesk contact types. |
add_form_to_transactionAdd a library form to a TransactionDesk transaction. | Add a library form to a TransactionDesk transaction. |
delete_form_from_transactionDelete a form from a TransactionDesk transaction. | Delete a form from a TransactionDesk transaction. |
custom_api_callMake a bounded custom call to the TransactionDesk Partner API. | Make a bounded custom call to the TransactionDesk Partner API. |
Triggers
| Name | Description |
|---|---|
transaction_updatedPoll TransactionDesk transactions and emit records whose updated timestamp advanced after the first-run baseline. | Poll TransactionDesk transactions and emit records whose updated timestamp advanced after the first-run baseline. |
Quick Start
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.