Weavz
Rezdy

Rezdy

Tours, activities, availability, booking, and webhook operations for Rezdy.

CustomCommerce
10 tools
3 triggers

Tools

Name
search_marketplace_products

Search Rezdy marketplace products.

get_product

Get a Rezdy product by product code.

get_product_pickups

Get pickup locations for a Rezdy product.

search_availability

Search product availability.

search_bookings

Search Rezdy bookings and orders.

get_booking

Get a booking by order number.

quote_booking

Quote a booking before creation.

create_booking

Create a Rezdy booking.

update_booking

Update a Rezdy booking.

cancel_booking

Cancel a Rezdy booking.

Triggers

Name
new_order

Receives a Rezdy webhook payload after the webhook URL is configured in Rezdy.

updated_order

Receives a Rezdy webhook payload after the webhook URL is configured in Rezdy.

canceled_order

Receives a Rezdy webhook payload after the webhook URL is configured in Rezdy.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Rezdy supports 10 tools including Search Marketplace Products, Get Product, Get Product Pickups, Search Availability, Search Bookings, and more.

Can I use Rezdy with AI agents?

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

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

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

How much does the Rezdy integration cost?

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

What triggers does Rezdy support?

Rezdy supports 3 triggers including New Order, Updated Order, Canceled Order.

Connect Rezdy in minutes

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