Weavz
OwnerRez

OwnerRez

Vacation rental channel management, CRM, property management, accounting, and guest messaging.

OAuth2Commerce
8 tools
5 triggers

Tools

Name
list_properties

List OwnerRez vacation rental properties.

get_property

Get an OwnerRez property by ID.

list_bookings

List OwnerRez bookings and blocks with optional date/status filters.

get_booking

Get an OwnerRez booking by ID.

list_guests

List OwnerRez guest records.

get_guest

Get an OwnerRez guest by ID.

list_payments

List OwnerRez payments or payment transactions.

custom_api_call

Make a bounded custom call to the OwnerRez v2 API.

Triggers

Name
booking_created

Receives OwnerRez webhook payloads when a booking entity is created.

booking_updated

Receives OwnerRez webhook payloads when a booking changes, including cancellations.

payment_received

Receives OwnerRez booking webhook payloads when payment or transaction categories change.

guest_updated

Receives OwnerRez webhook payloads when guest records are created or updated.

property_updated

Receives OwnerRez webhook payloads when property records change.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect OwnerRez 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 OwnerRez support?

OwnerRez supports 8 tools including List Properties, Get Property, List Bookings, Get Booking, List Guests, and more.

Can I use OwnerRez with AI agents?

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

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

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

How much does the OwnerRez integration cost?

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

What triggers does OwnerRez support?

OwnerRez supports 5 triggers including Booking Created, Booking Updated or Canceled, Payment Received, Guest Created or Updated, Property Updated.

Connect OwnerRez in minutes

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