Regiondo
Manage Regiondo catalog, availability, reservations, purchases, bookings, cancellations, and callbacks.
Tools
| Name | Description |
|---|---|
list_productsList Regiondo catalog products/offers. | List Regiondo catalog products/offers. |
get_productGet a Regiondo product/offer by product ID. | Get a Regiondo product/offer by product ID. |
get_availabilityGet Regiondo availability for a product and date range. | Get Regiondo availability for a product and date range. |
reserve_checkoutCreate or update a Regiondo checkout reservation with a reservation payload. | Create or update a Regiondo checkout reservation with a reservation payload. |
purchase_checkoutPlace a Regiondo booking/purchase and generate ticket codes. | Place a Regiondo booking/purchase and generate ticket codes. |
list_bookingsList Regiondo operator bookings, including optional voucher/redeem booking types. | List Regiondo operator bookings, including optional voucher/redeem booking types. |
get_bookingGet a Regiondo booking/order by order number. | Get a Regiondo booking/order by order number. |
cancel_bookingCancel a Regiondo booking/order using the documented cancellation payload. | Cancel a Regiondo booking/order using the documented cancellation payload. |
Triggers
| Name | Description |
|---|---|
booking_updatedReceives a Regiondo callback payload after the callback URL is configured in Regiondo Pro. | Receives a Regiondo callback payload after the callback URL is configured in Regiondo Pro. |
ticket_canceledReceives a Regiondo callback payload after the callback URL is configured in Regiondo Pro. | Receives a Regiondo callback payload after the callback URL is configured in Regiondo Pro. |
Quick Start
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.