Tools
| Name | Description |
|---|---|
search_marketplace_productsSearch Rezdy marketplace products. | Search Rezdy marketplace products. |
get_productGet a Rezdy product by product code. | Get a Rezdy product by product code. |
get_product_pickupsGet pickup locations for a Rezdy product. | Get pickup locations for a Rezdy product. |
search_availabilitySearch product availability. | Search product availability. |
search_bookingsSearch Rezdy bookings and orders. | Search Rezdy bookings and orders. |
get_bookingGet a booking by order number. | Get a booking by order number. |
quote_bookingQuote a booking before creation. | Quote a booking before creation. |
create_bookingCreate a Rezdy booking. | Create a Rezdy booking. |
update_bookingUpdate a Rezdy booking. | Update a Rezdy booking. |
cancel_bookingCancel a Rezdy booking. | Cancel a Rezdy booking. |
Triggers
| Name | Description |
|---|---|
new_orderReceives a Rezdy webhook payload after the webhook URL is configured in Rezdy. | Receives a Rezdy webhook payload after the webhook URL is configured in Rezdy. |
updated_orderReceives a Rezdy webhook payload after the webhook URL is configured in Rezdy. | Receives a Rezdy webhook payload after the webhook URL is configured in Rezdy. |
canceled_orderReceives a Rezdy webhook payload after the webhook URL is configured in Rezdy. | Receives a Rezdy webhook payload after the webhook URL is configured in Rezdy. |
Quick Start
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.