Weavz
Regiondo

Regiondo

Manage Regiondo catalog, availability, reservations, purchases, bookings, cancellations, and callbacks.

CustomCommerce
8 tools
2 triggers

Tools

Name
list_products

List Regiondo catalog products/offers.

get_product

Get a Regiondo product/offer by product ID.

get_availability

Get Regiondo availability for a product and date range.

reserve_checkout

Create or update a Regiondo checkout reservation with a reservation payload.

purchase_checkout

Place a Regiondo booking/purchase and generate ticket codes.

list_bookings

List Regiondo operator bookings, including optional voucher/redeem booking types.

get_booking

Get a Regiondo booking/order by order number.

cancel_booking

Cancel a Regiondo booking/order using the documented cancellation payload.

Triggers

Name
booking_updated

Receives a Regiondo callback payload after the callback URL is configured in Regiondo Pro.

ticket_canceled

Receives a Regiondo callback payload after the callback URL is configured in Regiondo Pro.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Regiondo supports 8 tools including List Products, Get Product, Get Availability, Reserve Checkout, Purchase Checkout, and more.

Can I use Regiondo with AI agents?

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

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

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

How much does the Regiondo integration cost?

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

What triggers does Regiondo support?

Regiondo supports 2 triggers including Booking Updated, Ticket Canceled.

Connect Regiondo in minutes

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