OwnerRez
Vacation rental channel management, CRM, property management, accounting, and guest messaging.
Tools
| Name | Description |
|---|---|
list_propertiesList OwnerRez vacation rental properties. | List OwnerRez vacation rental properties. |
get_propertyGet an OwnerRez property by ID. | Get an OwnerRez property by ID. |
list_bookingsList OwnerRez bookings and blocks with optional date/status filters. | List OwnerRez bookings and blocks with optional date/status filters. |
get_bookingGet an OwnerRez booking by ID. | Get an OwnerRez booking by ID. |
list_guestsList OwnerRez guest records. | List OwnerRez guest records. |
get_guestGet an OwnerRez guest by ID. | Get an OwnerRez guest by ID. |
list_paymentsList OwnerRez payments or payment transactions. | List OwnerRez payments or payment transactions. |
custom_api_callMake a bounded custom call to the OwnerRez v2 API. | Make a bounded custom call to the OwnerRez v2 API. |
Triggers
| Name | Description |
|---|---|
booking_createdReceives OwnerRez webhook payloads when a booking entity is created. | Receives OwnerRez webhook payloads when a booking entity is created. |
booking_updatedReceives OwnerRez webhook payloads when a booking changes, including cancellations. | Receives OwnerRez webhook payloads when a booking changes, including cancellations. |
payment_receivedReceives OwnerRez booking webhook payloads when payment or transaction categories change. | Receives OwnerRez booking webhook payloads when payment or transaction categories change. |
guest_updatedReceives OwnerRez webhook payloads when guest records are created or updated. | Receives OwnerRez webhook payloads when guest records are created or updated. |
property_updatedReceives OwnerRez webhook payloads when property records change. | Receives OwnerRez webhook payloads when property records change. |
Quick Start
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.