Weavz
Lofty

Lofty

Automate Lofty real estate leads, tasks, notes, communications, transactions, listings, and webhook subscriptions.

31 tools
5 triggers

Tools

Name
list_leads

Search Lofty leads by documented query parameters such as stage, source, tag, created time, or updated time.

get_lead

Get a Lofty lead by ID.

create_lead

Create a Lofty lead.

update_lead

Update a Lofty lead.

delete_lead

Delete a Lofty lead.

resolve_lead_assignee

Resolve the Lofty assignee for lead data using the documented assignee endpoint.

update_lead_assignment

Update a Lofty lead assignment.

add_lead_inquiry

Attach an inquiry to a Lofty lead.

add_lead_property

Attach a property record to a Lofty lead.

list_lead_activities

List call, text, and email activities for a Lofty lead using the V2 activity timeline.

list_notes

List notes for a Lofty lead.

create_note

Create a Lofty note.

update_note

Update a Lofty note.

delete_note

Delete a Lofty note.

list_tasks

List Lofty tasks and appointments for a lead.

create_task

Create a Lofty task or appointment.

update_task

Update a Lofty task or appointment.

finish_task

Mark a Lofty task or appointment as completed.

unfinish_task

Reopen a completed Lofty task or appointment.

delete_task

Delete a Lofty task or appointment.

send_text

Send an SMS/text communication to a Lofty lead when the authorized account has messaging permission.

send_email

Send an email communication to a Lofty lead when the authorized account has email permission.

get_communication

Get a Lofty V2 text, email, or call communication by ID.

list_transactions

Search Lofty transactions.

update_transaction

Update a Lofty transaction attached to a lead.

create_calendar_event

Create a Lofty V2 calendar task or appointment.

update_calendar_event

Update a Lofty calendar task or appointment by composite calendar ID.

delete_calendar_event

Delete a Lofty calendar task or appointment by composite calendar ID.

search_listings

Search Lofty listings using the documented V2 listing search endpoint.

create_webhook

Create a Lofty webhook subscription for a documented event list ID.

delete_webhook

Delete a Lofty webhook subscription.

Triggers

Name
webhook_event_received

Receive Lofty webhook payloads. Use Create Webhook or Lofty developer settings to subscribe this URL.

lead_info_event

Register and receive Lofty lead info event webhook events.

transaction_event

Register and receive Lofty transaction event webhook events.

task_event

Register and receive Lofty task event webhook events.

appointment_event

Register and receive Lofty appointment event webhook events.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Lofty to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Lofty support?

Lofty supports 31 tools including List Leads, Get Lead, Create Lead, Update Lead, Delete Lead, and more.

Can I use Lofty with AI agents?

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

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

Lofty uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Lofty integration cost?

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

What triggers does Lofty support?

Lofty supports 5 triggers including Webhook Event Received, Lead Info Event, Transaction Event, Task Event, Appointment Event.

Connect Lofty in minutes

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